<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010</link>
    <title>MATLAB Central Newsreader - impoint slow with on large figure/image</title>
    <description>Feed for thread: impoint slow with on large figure/image</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 23 Oct 2008 00:50:04 -0400</pubDate>
      <title>impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#606895</link>
      <author>Abe Lau</author>
      <description>Dear all,&lt;br&gt;
I am trying to use the function &quot;impoint&quot; to create user draggable points where some calculation is based upon on an GUI.  However, I found that with a large image, the selection of point is not very responsive, with the first left click end up dragging the point instead of setting it initially.&lt;br&gt;
&lt;br&gt;
e.g.&lt;br&gt;
&lt;br&gt;
test = zeros(3000,3000);&lt;br&gt;
figure; imshow(test, []);&lt;br&gt;
pt    = impoint;&lt;br&gt;
&lt;br&gt;
Is it an expected behavior, or is there any workaround for it?&lt;br&gt;
Thanks,&lt;br&gt;
Abe</description>
    </item>
    <item>
      <pubDate>Wed, 10 Jun 2009 10:04:01 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#655979</link>
      <author>Patrick R</author>
      <description>I experience the same weird behavior with impoint and tried to fix it now for days. Unfortunately my matlab knowledge is not advanced enough to mess around in the default functions of the image processing toolbox, but I really go crazy with this problem.&lt;br&gt;
&lt;br&gt;
in fact, I just need to let the user define one point in an image to start a semi-automatic-segmentation from. &lt;br&gt;
the function getpts() would also work well enough for me, except for the fact that you can't restrict it to one single point but letting the user choose as many as he likes to.&lt;br&gt;
&lt;br&gt;
has no one a fix to that problem? i work with matlab r2009a.&lt;br&gt;
thanks in advance,&lt;br&gt;
patrick&lt;br&gt;
&lt;br&gt;
&quot;Abe Lau&quot; &amp;lt;abe@nonexistancegmail.com&amp;gt; wrote in message &amp;lt;gdohns$foe$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Dear all,&lt;br&gt;
&amp;gt; I am trying to use the function &quot;impoint&quot; to create user draggable points where some calculation is based upon on an GUI.  However, I found that with a large image, the selection of point is not very responsive, with the first left click end up dragging the point instead of setting it initially.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; e.g.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; test = zeros(3000,3000);&lt;br&gt;
&amp;gt; figure; imshow(test, []);&lt;br&gt;
&amp;gt; pt    = impoint;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is it an expected behavior, or is there any workaround for it?&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Abe</description>
    </item>
    <item>
      <pubDate>Wed, 10 Jun 2009 14:12:21 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656050</link>
      <author>Steven Lord</author>
      <description>&lt;br&gt;
&quot;Patrick R&quot; &amp;lt;p.reichmann@inode.at&amp;gt; wrote in message &lt;br&gt;
news:h0o0eh$r6c$1@fred.mathworks.com...&lt;br&gt;
&amp;gt;I experience the same weird behavior with impoint and tried to fix it now &lt;br&gt;
&amp;gt;for days. Unfortunately my matlab knowledge is not advanced enough to mess &lt;br&gt;
&amp;gt;around in the default functions of the image processing toolbox, but I &lt;br&gt;
&amp;gt;really go crazy with this problem.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; in fact, I just need to let the user define one point in an image to start &lt;br&gt;
&amp;gt; a semi-automatic-segmentation from.&lt;br&gt;
&amp;gt; the function getpts() would also work well enough for me, except for the &lt;br&gt;
&amp;gt; fact that you can't restrict it to one single point but letting the user &lt;br&gt;
&amp;gt; choose as many as he likes to.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; has no one a fix to that problem? i work with matlab r2009a.&lt;br&gt;
&lt;br&gt;
For your application, you may be able to use GINPUT instead of IMPOINT.&lt;br&gt;
&lt;br&gt;
-- &lt;br&gt;
Steve Lord&lt;br&gt;
slord@mathworks.com </description>
    </item>
    <item>
      <pubDate>Wed, 10 Jun 2009 14:31:03 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656066</link>
      <author>Patrick R</author>
      <description>&quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;h0oev9$s6m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &quot;Patrick R&quot; &amp;lt;p.reichmann@inode.at&amp;gt; wrote in message &lt;br&gt;
&amp;gt; news:h0o0eh$r6c$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt;I experience the same weird behavior with impoint and tried to fix it now &lt;br&gt;
&amp;gt; &amp;gt;for days. Unfortunately my matlab knowledge is not advanced enough to mess &lt;br&gt;
&amp;gt; &amp;gt;around in the default functions of the image processing toolbox, but I &lt;br&gt;
&amp;gt; &amp;gt;really go crazy with this problem.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; in fact, I just need to let the user define one point in an image to start &lt;br&gt;
&amp;gt; &amp;gt; a semi-automatic-segmentation from.&lt;br&gt;
&amp;gt; &amp;gt; the function getpts() would also work well enough for me, except for the &lt;br&gt;
&amp;gt; &amp;gt; fact that you can't restrict it to one single point but letting the user &lt;br&gt;
&amp;gt; &amp;gt; choose as many as he likes to.&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; has no one a fix to that problem? i work with matlab r2009a.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; For your application, you may be able to use GINPUT instead of IMPOINT.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -- &lt;br&gt;
&amp;gt; Steve Lord&lt;br&gt;
&amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
&lt;br&gt;
thanks alot Steve, I will try that right away.</description>
    </item>
    <item>
      <pubDate>Thu, 11 Jun 2009 10:08:01 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656338</link>
      <author>Patrick R</author>
      <description>&quot;Patrick R&quot; &amp;lt;p.reichmann@inode.at&amp;gt; wrote in message &amp;lt;h0og37$fj5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Steven Lord&quot; &amp;lt;slord@mathworks.com&amp;gt; wrote in message &amp;lt;h0oev9$s6m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; &quot;Patrick R&quot; &amp;lt;p.reichmann@inode.at&amp;gt; wrote in message &lt;br&gt;
&amp;gt; &amp;gt; news:h0o0eh$r6c$1@fred.mathworks.com...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;I experience the same weird behavior with impoint and tried to fix it now &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;for days. Unfortunately my matlab knowledge is not advanced enough to mess &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;around in the default functions of the image processing toolbox, but I &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;really go crazy with this problem.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; in fact, I just need to let the user define one point in an image to start &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; a semi-automatic-segmentation from.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; the function getpts() would also work well enough for me, except for the &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; fact that you can't restrict it to one single point but letting the user &lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; choose as many as he likes to.&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt;&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; has no one a fix to that problem? i work with matlab r2009a.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; For your application, you may be able to use GINPUT instead of IMPOINT.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; -- &lt;br&gt;
&amp;gt; &amp;gt; Steve Lord&lt;br&gt;
&amp;gt; &amp;gt; slord@mathworks.com &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; thanks alot Steve, I will try that right away.&lt;br&gt;
&lt;br&gt;
GINPUT works perfectly fine, thank you very much Steve, that one really helped me a lot.&lt;br&gt;
cheers, Patrick</description>
    </item>
    <item>
      <pubDate>Thu, 11 Jun 2009 20:27:02 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656548</link>
      <author>Alex Taylor</author>
      <description>&quot;Abe Lau&quot; &amp;lt;abe@nonexistancegmail.com&amp;gt; wrote in message &amp;lt;gdohns$foe$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Dear all,&lt;br&gt;
&amp;gt; I am trying to use the function &quot;impoint&quot; to create user draggable points where some calculation is based upon on an GUI.  However, I found that with a large image, the selection of point is not very responsive, with the first left click end up dragging the point instead of setting it initially.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; e.g.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; test = zeros(3000,3000);&lt;br&gt;
&amp;gt; figure; imshow(test, []);&lt;br&gt;
&amp;gt; pt    = impoint;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Is it an expected behavior, or is there any workaround for it?&lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; Abe&lt;br&gt;
&lt;br&gt;
Abe,&lt;br&gt;
&lt;br&gt;
Thank you for reporting this issue. This is a bug that we are addressing in a future release.&lt;br&gt;
&lt;br&gt;
Thanks,&lt;br&gt;
&lt;br&gt;
Alex.</description>
    </item>
    <item>
      <pubDate>Thu, 11 Jun 2009 23:34:02 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656589</link>
      <author>Abe Lau</author>
      <description>&quot;Alex Taylor&quot; &amp;lt;alex.taylorREMOVE.THIS@mathworks.com&amp;gt; wrote in message &amp;lt;h0rpam$es5$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Abe Lau&quot; &amp;lt;abe@nonexistancegmail.com&amp;gt; wrote in message &amp;lt;gdohns$foe$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Dear all,&lt;br&gt;
&amp;gt; &amp;gt; I am trying to use the function &quot;impoint&quot; to create user draggable points where some calculation is based upon on an GUI.  However, I found that with a large image, the selection of point is not very responsive, with the first left click end up dragging the point instead of setting it initially.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; e.g.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; test = zeros(3000,3000);&lt;br&gt;
&amp;gt; &amp;gt; figure; imshow(test, []);&lt;br&gt;
&amp;gt; &amp;gt; pt    = impoint;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Is it an expected behavior, or is there any workaround for it?&lt;br&gt;
&amp;gt; &amp;gt; Thanks,&lt;br&gt;
&amp;gt; &amp;gt; Abe&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Abe,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you for reporting this issue. This is a bug that we are addressing in a future release.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Alex.&lt;br&gt;
&lt;br&gt;
No worries.  really glad to hear an update on this.&lt;br&gt;
Just a side question.... is there any kind of bug database we may possibly make reference to/search ... rather than waiting for developers to fish for possible problem?  It's great to know that someone pick it up, but it doesn't look very efficient.&lt;br&gt;
&lt;br&gt;
Abe</description>
    </item>
    <item>
      <pubDate>Fri, 12 Jun 2009 11:15:05 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656694</link>
      <author>Steve Eddins</author>
      <description>Abe Lau wrote:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; [snip]&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; No worries.  really glad to hear an update on this.&lt;br&gt;
&amp;gt; Just a side question.... is there any kind of bug database we may possibly make reference to/search ... rather than waiting for developers to fish for possible problem?  It's great to know that someone pick it up, but it doesn't look very efficient.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Abe&lt;br&gt;
&lt;br&gt;
The most efficient way to view and report bugs is via this page:&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/support/&quot;&gt;http://www.mathworks.com/support/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
---&lt;br&gt;
Steve Eddins&lt;br&gt;
&lt;a href=&quot;http://blogs.mathworks.com/steve/&quot;&gt;http://blogs.mathworks.com/steve/&lt;/a&gt;</description>
    </item>
    <item>
      <pubDate>Fri, 12 Jun 2009 11:45:02 -0400</pubDate>
      <title>Re: impoint slow with on large figure/image</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/238010#656708</link>
      <author>Abe Lau</author>
      <description>Steve Eddins &amp;lt;Steve.Eddins@mathworks.com&amp;gt; wrote in message &amp;lt;h0tdbp$4v2$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Abe Lau wrote:&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; [snip]&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; No worries.  really glad to hear an update on this.&lt;br&gt;
&amp;gt; &amp;gt; Just a side question.... is there any kind of bug database we may possibly make reference to/search ... rather than waiting for developers to fish for possible problem?  It's great to know that someone pick it up, but it doesn't look very efficient.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Abe&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The most efficient way to view and report bugs is via this page:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;a href=&quot;http://www.mathworks.com/support/&quot;&gt;http://www.mathworks.com/support/&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; ---&lt;br&gt;
&amp;gt; Steve Eddins&lt;br&gt;
&amp;gt; &lt;a href=&quot;http://blogs.mathworks.com/steve/&quot;&gt;http://blogs.mathworks.com/steve/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Thanks Steve.  I really completely missed that.... I remember looking for bug report database few years ago but never find it haha. </description>
    </item>
  </channel>
</rss>

