Matches in Nanopublications for { <http://purl.org/np/RATMoGh9M89Zh5fVupK66YF5dtDN_q7JQ0ROFeA5T7PRE#step> ?p ?o ?g. }
Showing items 1 to 9 of
9
with 100 items per page.
- step type Step assertion.
- step type ScriptTask assertion.
- step label "contrast image by factor" assertion.
- step description "@is_fairstep(label='contrast image by factor') def contrast_image(image, ratio): from PIL import Image, ImageEnhance new_image= image.convert('RGB') new_image = ImageEnhance.Contrast(image) new_image= new_image.enhance(ratio) return new_image " assertion.
- step hasInputVar image assertion.
- step hasInputVar ratio assertion.
- step isStepOfPlan plan assertion.
- step language LinguisticSystem assertion.
- step hasOutputVar out1 assertion.