Design
Apply adaptive threshold operation that calculates threshold for small regions, suitable for varying lighting conditions
image-adaptive-thresholdDesign
Convert images to binary (black and white) with customizable threshold and options
image-binaryDesign
Apply dilation morphological operation to expand foreground objects in binary images
image-dilateDesign
Apply erosion morphological operation to shrink foreground objects in binary images
image-erodeDesign
Apply Otsu threshold operation to automatically determine optimal threshold value using Otsu's algorithm
image-otsu-thresholdDesign
Apply threshold operation to convert images to black and white based on pixel intensity
image-thresholdData Analysis
Analyze and count numbers within specified ranges or intervals
number-range-statisticsData Processing
Perform calculations on each row and add new columns
row-calculatorData Analysis
Calculate seasonal indices for time series data to identify seasonal patterns
seasonal-index-calculatorText Processing
Find, format and normalize phone numbers within text content
text-phone-normalizerDevelopment
Build and construct URLs with parameters by adding query strings, hash fragments, and path segments
url-parameter-builderDevelopment
Extract and parse parameters from URLs including query strings, hash fragments, and path segments
url-parameter-extractor