Matches in Nanopublications for { <http://purl.org/np/RA4BpjsscTEKIHVXHVX24b2krztdCvoLyFoPqRWd8tLbs#plan> ?p ?o ?g. }
Showing items 1 to 4 of
4
with 100 items per page.
- plan type Plan assertion.
- plan label "takes an images and returns a pencil sketch version" assertion.
- plan description "@is_fairworkflow(label='takes an images and returns a pencil sketch version') def to_pencil_sketch(original_image): gray = rgb2gray_image(original_image) neg_gray = invert_colors(gray) blur_neg_gray = blur(neg_gray) blended = blend_image(gray, blur_neg_gray) final = contrast_image(blended, 5) return final " assertion.
- plan language LinguisticSystem assertion.