Rank: 1421 based on 44 downloads (last 30 days) and 4 files submitted
photo

Amitabh Verma

E-mail
Company/University
Marine Biological Lab
Lat/Long
41.52622222900391, -70.67288970947266

Personal Profile:
Professional Interests:
Scientific Computing

 

Watch this Author's files

 

Files Posted by Amitabh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Apr 2011 Screenshot Label Image Script to place text label on the image without losing on the pixel information by pixel replacement Author: Amitabh Verma image, label, overlay, patching, stitching, text 14 0
21 Jun 2010 Screenshot Copy Paste A simple Cut, Copy, Paste contextmenu for edit boxes in GUI. Author: Amitabh Verma cut, copy, paste, gui, contextmenu, undocumented 7 0
17 Jun 2010 Screenshot ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma stitching, overlay, patching, text, image, timestamp 5 3
06 Jun 2010 Screenshot C# Matlab Program Launcher Code to execute Matlab script or function without the requirement to launch Matlab manually. Author: Amitabh Verma gui, c sharp, loader, launcher, executable, application 18 3
  • 5.0
5.0 | 1 rating
Comments and Ratings by Amitabh View all
Updated File Comments Rating
25 Jun 2010 imdisp Display multiple images as a montage of subplots Author: Oliver Woodford

Thanks Oliver, your work around works as well. But loading multi-frames a gig each tend to really slow things down. It would be nice to have (previous, current, next) pages loaded at a time. Maybe when you have some free time on you. Thanks again !

23 Jun 2010 imdisp Display multiple images as a montage of subplots Author: Oliver Woodford

I would like to make a feature request. I use imdisp to visually compare two images for which it works great. However, I am also dealing with multi-frame (time-lapse) tiff images. If there is an option to forward using the arrow keys like it does for single multi-frame images which forwards to the next frame for both/multiple loaded multi-frame images it would be greatly useful and appreciated. (Only needed where the size of multi-frame is same for the loaded images) Thanks !

17 Jun 2010 ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma

The above error Rob pointed is most probably due to the default character encoding in Matlab set to something other than 'Windows-1252'.

With the below correction it should work fine.
native2unicode('string', 'Windows-1252')
unicode2native('string', 'Windows-1252')

An update has been submitted.

16 Jun 2010 ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma

Hi Rob,
       Code runs fine on 2010a. Could you please try the following in Matlab and which version are you running btw. Thanks !

>> unicode2native('abc')

06 Jun 2010 C# Matlab Program Launcher Code to execute Matlab script or function without the requirement to launch Matlab manually. Author: Amitabh Verma

Paul,
       I am not exactly sure what difference lies with your 64bit system for compiling but had the following suggestion.

1. Download (free version) C#
2. Open EngMATLib in C# and Build
3. Copy EngMATLib.dll to the Example/ImagePatchTool folder also copy to Debug/Release folder under bin in C# Matlab Program Launcher (since EngMATLib.dll is referenced)
4. Open Matlab Envelope in C# and Build
5. Copy ImagePatchTool.exe to the Example/ImagePatchTool folder
6. Run the Matlab script ImagePatchTool.m using the loader ImagePatchTool.exe without the need to run Matlab

[matlabroot,'\bin\win32'] on my system will give the path of the matlab win32 dir which holds libeng.dll and needs to be updated in System Variables for 2010a. Also, the C# compiling is independent of Matlab so this should not be a problem in your case.

It would be helpful if you could post the error over here or send me via email.

Thanks.

Comments and Ratings on Amitabh's Files View all
Updated File Comment by Comments Rating
17 Jun 2010 ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma Verma, Amitabh

The above error Rob pointed is most probably due to the default character encoding in Matlab set to something other than 'Windows-1252'.

With the below correction it should work fine.
native2unicode('string', 'Windows-1252')
unicode2native('string', 'Windows-1252')

An update has been submitted.

16 Jun 2010 ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma Verma, Amitabh

Hi Rob,
       Code runs fine on 2010a. Could you please try the following in Matlab and which version are you running btw. Thanks !

>> unicode2native('abc')

16 Jun 2010 ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma Campbell, Rob

In the GUI, "make text label" results in an error:

Error in ==> ImagePatchTool>pushbutton2_Callback at 203
    seq(y)=unicode2native(t);
Error in ==> gui_mainfcn at 96
        feval(varargin{:});
Error in ==> ImagePatchTool at 43
    gui_mainfcn(gui_State, varargin{:});

06 Jun 2010 C# Matlab Program Launcher Code to execute Matlab script or function without the requirement to launch Matlab manually. Author: Amitabh Verma Verma, Amitabh

Paul,
       I am not exactly sure what difference lies with your 64bit system for compiling but had the following suggestion.

1. Download (free version) C#
2. Open EngMATLib in C# and Build
3. Copy EngMATLib.dll to the Example/ImagePatchTool folder also copy to Debug/Release folder under bin in C# Matlab Program Launcher (since EngMATLib.dll is referenced)
4. Open Matlab Envelope in C# and Build
5. Copy ImagePatchTool.exe to the Example/ImagePatchTool folder
6. Run the Matlab script ImagePatchTool.m using the loader ImagePatchTool.exe without the need to run Matlab

[matlabroot,'\bin\win32'] on my system will give the path of the matlab win32 dir which holds libeng.dll and needs to be updated in System Variables for 2010a. Also, the C# compiling is independent of Matlab so this should not be a problem in your case.

It would be helpful if you could post the error over here or send me via email.

Thanks.

06 Jun 2010 C# Matlab Program Launcher Code to execute Matlab script or function without the requirement to launch Matlab manually. Author: Amitabh Verma Speth, Paul

Amitabh,
What is it that you executed in [matlabroo, '\bin\win32'] in Matlab(Win32)? After downloading the files for the C# Program Launcher I had an unsuccessful build (C#2010 Express, MATLAB r2010a) and I'm hopeful your own fix on the path variable will resolve my problems. Are you aware of any issues that running MATLAB in 64-bit would pose?
Looking forward to the success operation of your work! Thank you.
Paul

Top Tags Applied by Amitabh
gui, image, label, overlay, patching
Files Tagged by Amitabh View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
25 Apr 2011 Screenshot Label Image Script to place text label on the image without losing on the pixel information by pixel replacement Author: Amitabh Verma image, label, overlay, patching, stitching, text 14 0
21 Jun 2010 Screenshot Copy Paste A simple Cut, Copy, Paste contextmenu for edit boxes in GUI. Author: Amitabh Verma cut, copy, paste, gui, contextmenu, undocumented 7 0
17 Jun 2010 Screenshot ImagePatchTool Patching technique for text/image without losing on the pixel information in the rest of the image. Author: Amitabh Verma stitching, overlay, patching, text, image, timestamp 5 3
06 Jun 2010 Screenshot C# Matlab Program Launcher Code to execute Matlab script or function without the requirement to launch Matlab manually. Author: Amitabh Verma gui, c sharp, loader, launcher, executable, application 18 3
  • 5.0
5.0 | 1 rating

Contact us at files@mathworks.com