Coding Problem
Budget: ₹1,500 – ₹12,500 INR
The problem is about to detect the misregistration in the final output.
The following process can be done in two methods:
1) 1st method: Change detection through GLCM( Gray Level Co-occurence Matrix) process
2) 2nd method: Image- Gray- Contour Detection- Image Segmentation- Identification of the image
[First we have to do RGB colours to HSV, then get separate arrays hue, saturation and value, next doing thresholding process ( can be applied global thresholding process) - convert the image to binary image using the threshold-
Next do the morphological operations(Dilation, Erosion, Opening, Closing on the binary image - determining the boundaries- observe the misregistration]
*Misregistration happens due to superimposition of colours. If can show the colour shifting happens in the output, then detection of misregistration will occur.
The following process can be done in two methods:
1) 1st method: Change detection through GLCM( Gray Level Co-occurence Matrix) process
2) 2nd method: Image- Gray- Contour Detection- Image Segmentation- Identification of the image
[First we have to do RGB colours to HSV, then get separate arrays hue, saturation and value, next doing thresholding process ( can be applied global thresholding process) - convert the image to binary image using the threshold-
Next do the morphological operations(Dilation, Erosion, Opening, Closing on the binary image - determining the boundaries- observe the misregistration]
*Misregistration happens due to superimposition of colours. If can show the colour shifting happens in the output, then detection of misregistration will occur.
Related categories:
C Programming
Matlab and Mathematica
Algorithm
Machine Learning (ML)
C++ Programming