EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
You are here: Home / Topics / image crop using matlab

image crop using matlab

|

Electronics › Electronics › image crop using matlab

  • This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by Donna Klinton.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 26, 2013 at 11:48 am #2088
    Raghu D
    Participant

    i=imread(‘image location.format’);                  %% accesing image %%

    i1(r2-r1,c2-c1,1:3)=i(r1:r2,c1:c2,1:3);           %% copying contents in i1 with respect to rows columns depth%%

    imtool(i1);

     

    October 17, 2013 at 3:36 am #10531
    Donna Klinton
    Participant

    HI there

    For me ,i usually crop my  image using another image processing tool.It has detailed tutorial for me.But when i update to windows 8.it can not work fine.Is there any good third party   program for image cropping which can work fine in windows 8?

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • Basic questions about MOSFETS, Gate Drivers and Diodes August 9, 2022
  • LTSpice DC-AC August 9, 2022
  • Circuit Problem August 8, 2022
  • Google translate suggest "device sheet" or "apparatus sheet" but that cannot be ? August 8, 2022
  • Right channel distortion on vintage fisher rs-2010 August 8, 2022

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2022 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools