Pixel-Processing
Pixel-Processing copied to clipboard
Added Face Recognition Script
Added Face Recognition script using OpenCv. Fixes: #15
@geekquad Implemented in .ipynb format. Please review my PR.
Hey @Aayush-hub, I cannot exactly see any Image Processing technique being used here. Please let me know If I have missed out on something. We are looking for implementation and not the application of a technique. I can also see that you have used KNeighborsClassifier which is clearly against our standards. Feel free to tell us if we have missed out on something.
@geekquad When we collect data which is images it gets stored in a .npy file and in reference to those images the KNN classifier recognizes images. So image processing technique is definitely used in it, because image recognition is only working by processing images which is collected by user and saved in .npy file!
Hey @Aayush-hub, I cannot exactly see any Image Processing technique being used here. Please let me know If I have missed out on something. We are looking for implementation and not the application of a technique. I can also see that you have used KNeighborsClassifier which is clearly against our standards. Feel free to tell us if we have missed out on something.
@geekquad When we collect data which is images it gets stored in a .npy file and in reference to those images the KNN classifier recognizes images. So image processing technique is definitely used in it, because image recognition is only working by processing images which is collected by user and saved in .npy file!
Hey @Aayush-hub, which Image Processing technique is exactly being used here?
Hey @Aayush-hub, I cannot exactly see any Image Processing technique being used here. Please let me know If I have missed out on something. We are looking for implementation and not the application of a technique. I can also see that you have used KNeighborsClassifier which is clearly against our standards. Feel free to tell us if we have missed out on something.
@geekquad When we collect data which is images it gets stored in a .npy file and in reference to those images the KNN classifier recognizes images. So image processing technique is definitely used in it, because image recognition is only working by processing images which is collected by user and saved in .npy file!
Hey @Aayush-hub, which Image Processing technique is exactly being used here?
@geekquad Linear filtering, Image Classification
Readme has no Image under Screenshot Heading.
Readme has no Image under Screenshot Heading.
@geekquad Please check now!