From: mad m on 12 May 2010 12:48 Can cpselect, the control-point selection GUI, as part of the workflow in another GUI ? ie, launch "cpselect", then wait for the user to select the control points, and then continue. and how can i retrive those point and using that recover the image to original Any suggestions?
From: Steven Lord on 12 May 2010 13:03 "mad m" <coolmads(a)yahoo.co.in> wrote in message news:hsem44$4e6$1(a)fred.mathworks.com... > Can cpselect, the control-point selection GUI, as part of the workflow in > another GUI ? ie, launch "cpselect", then wait for the user to select the > control points, and then continue. > and how can i retrive those point and using that recover the image to > original > Any suggestions? Use the 'wait' parameter described in the documentation: http://www.mathworks.com/access/helpdesk/help/toolbox/images/cpselect.html This behavior was introduced in Image Processing Toolbox 5.4 (release R2007a): http://www.mathworks.com/access/helpdesk/help/toolbox/images/rn/bq19iq6-1.html#bq4w30f-1 I don't know if you can do what you described in previous releases. -- Steve Lord slord(a)mathworks.com comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
|
Pages: 1 Prev: ODE Tolerance - ode113 Next: Cell mode turned on, but code folding isn't working |