Acquiring imrect updated values help

1 回表示 (過去 30 日間)
Raldi
Raldi 2012 年 7 月 11 日
Hi all
i was playing with some functions like imrect and impositionrect and i wanted to ask if it is possible in the exapmle below provided by Matlab to get the new position of the rectangle in a matrix and then imediately update another function that depends on those values
figure, imshow('cameraman.tif');
h = imrect(gca, [10 10 100 100]);
addNewPositionCallback(h,@(p) title(mat2str(p,3)));
fcn = makeConstrainToRectFcn('imrect',get(gca,'XLim'),get(gca,'YLim'));
setPositionConstraintFcn(h,fcn);

回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by