FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit f77b5f93 authored by Oussama Chaib's avatar Oussama Chaib
Browse files

Update README.md

parent fcaa735c
No related branches found
No related tags found
1 merge request!1oc327 main patch 21650
......@@ -26,4 +26,4 @@ A : The ReadIMX package is missing or it hasn't been added to the MATLAB path. F
**Q : I get an error message "Undefined function or variable 'tiledlayout'" when I try to plot the images.**\
A : tiledlayout is implemented in MATLAB R2019b+.\
**Q : I get an error message "Undefined variable "images" or class "images.internal.builtins.cannyFindLocalMaxima"" when I try to run the edge detection script.**\
A : Non-maxima suppression is done using the built-in MATLAB function "cannyFindLocalMaxima" (i.e., see source code of the built-in function edge.m). It is defined differently in older versions of MATLAB which is why this error message may come up. Updating to a newer release is recommended.
A : Non-maxima suppression is done using the built-in MATLAB function "cannyFindLocalMaxima" (i.e., see source code of the built-in function edge.m). It is defined differently in older versions of MATLAB which is why this error message may come up. Updating to a newer release is recommended.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment