Skip to content
Snippets Groups Projects
Commit 7bdcce29 authored by la_29's avatar la_29
Browse files

im_in check

parent 82cc7bd5
No related branches found
No related tags found
No related merge requests found
% clipLimits = [minVal,maxVal];
function [im, clipLimits] = quantize8(im_in,clipLimits)
if isa(im,'uint8')
if isa(im_in,'uint8')
return
end
im = im_in;
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment