Skip to content
Snippets Groups Projects
Commit 9edc9d74 authored by Eric Wait's avatar Eric Wait
Browse files

Removed Entropy warning

parent 28e15c62
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,6 @@ end
function imageOut = lclEntropyFilter(imageIn,kernel)
imageOut = entropyfilt(imageIn,ones(size(kernel)));
warning('Falling back to MATLAB version which uses a square nhood and not the kernel passed in.');
%warning('Falling back to MATLAB version which uses a square nhood and not the kernel passed in.');
end
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