Matches in Nanopublications for { <http://purl.org/np/RAxl81wxXHjpL481EJ17cR10MnaCJwlMtVGjs4ZAguiM8#plan> ?p ?o ?g. }
Showing items 1 to 4 of
4
with 100 items per page.
- plan type Plan assertion.
- plan label "A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast" assertion.
- plan description "@is_fairworkflow(label='A simple image processing workflow, include grayscale, negative, guassian blur, blend, constrast') def image_processing_workflow(img): image_gray = image_RGB2Gray(img) image_negative = image_Gray2Negative(image_gray) img_gauss = image_Gaussian(image_negative) img_blend = image_blend(image_gray, img_gauss) img_constrast = image_constrast(img_blend, factor=0.3) return img_constrast " assertion.
- plan language LinguisticSystem assertion.