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