4 Questions 4 Answers 0 Followers
Questions related from Shaimaa Muhammad
greyImg = cv2.cvtColor(img, cv2.COLOR_BG2GRAY) size1 = 2 * (int)(3 * sigma1) + 3 size2 = 2 * (int)(3 * sigma2) + 3 blur1 = cv2.GaussianBlur(greyImg, (size1, size1), sigmaX=sigma1,...
10 October 2018 9,553 0 View
I'm using python 3.6 on spyder 3.3 (Anaconda) and I use lib cv2 but it doesn't work. It gives me " DLL load failed: The specified module could not be found " When I did search about this problem I...
08 August 2018 5,880 15 View
I'm training face images with wavelet ANN via Matlab R2018a Does anyone know function or library to use ? or even alternative source code in Python for this ?
08 August 2018 5,964 1 View
As all of my knowledge it's difficult to get Polarimetric-Thermal Face Images Database (If anyone knows a public one mention please). So, how can I use (Enhancement or Alg) to get the nearest...
07 July 2018 9,083 2 View