AECTSIP Crossword

123456789101112131415161718192021222324
Across
  1. 3. Builtin function used to add noise to images
  2. 6. Function that generates uniformly distributed random numbers in the interval[0,1]
  3. 8. Image enhancement is a subjective process whereas restoration is a -----process
  4. 11. Function used to create identity matrix
  5. 12. d = sqrt(sum(abs(X - repmat(y, [m 1])).^2, 2)) illustrates the ----- measure
  6. 13. max(A) returns a row vector containing the maximum element from each ------
  7. 15. In fmincon ‘A’ is a matrix, each row of which contains the coefficients of variables in the ----- constraints
  8. 16. Function used to obtain information about matrix properties
  9. 17. Builtin funtion used to perform two dimensional median filtering
  10. 21. The inbuilt used to append zeros on all sides
  11. 23. Function used to solve multivariable nonlinear constrained objective function
  12. 24. ----------operation is applied after crossover.
Down
  1. 1. Flip matrix in left/right direction
  2. 2. Function used to create Linearly spaced vector
  3. 4. ACO is a --------- technique for solving computational problems
  4. 5. @ operator refers to function ----
  5. 7. Wavelet transform reveals image’s spatial and ------- information (attributes) simultaneously.
  6. 9. A is a matrix then opration illustrated by A'
  7. 10. Pixels where the image function changes abruptly
  8. 14. one among the commonly used Noise model
  9. 18. shorcut to run a matlab program
  10. 19. In A(3,:) the ":" in the subscript position is used to select entire .........
  11. 20. The intensity value of 255 refers ----- noise (Assuming 8 bit/pixel )
  12. 22. Function used to get inputs from the user during runtime through command window