imagelab
imagelab copied to clipboard
ImageLab is a standalone tool which supports anyone to get started with image processing related concepts and techniques in an interactive, less logical way.
Following higher-level tasks needs to be discussed and finalized. - [ ] Finalizing the proposed architecture and technologies for ImageLab - [ ] Finalizing the mockups related to the user...
Operators like ImagePyramids(both Pyramids Up and Down) need variable image size(scale up or down) to show the scaling changes applied for the image. Fixed Image Size would be a barrier...
Preview Pane plays a major role in ImageLab since it displays the processed image in the operator stream. The current solution has less space for the preview pane. it should...
The description panel in the electron app does not show the description for the related operator. It shows only a dummy message of **here is the operation description**. When a...
This feature can help the user in removing a specific filter. Till now, if the user has to remove the filter then he/she have to reset it which removes all...
Hough Circle Transformation is used to detect circles in a given image. You can use **Imgproc.HoughCircles()** method in OpenCV library to apply this operator.
The current version of the ImageLab backend properties forms works upon text fields in most of the operators. it raised an exception when the text field got empty. It is...
You can draw various shapes like **Circle**, **Rectangle**, **Line, Ellipse**, **Polylines**, **Convex**, **Polylines**, **Polylines** on an image using the respective methods of the **org.opencv.imgproc** package. So, in this issue we...
**Erosion** is quite a similar process as dilation. But the pixel value computed here is minimum rather than the maximum in dilation. The image is replaced under the anchor point...