Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by eyeanand

  1. E

    AVR Register Summary Addresses

    Hi everyone, I am learning AVR microcontroller in my embedded system class and while going through the datasheets in the register summary section I am stumbled at one concept. In the register summary for Addresses $20 to $5F are given in brackets while all the other top addresses do not have...
  2. E

    Network Analysis Question

    Hello, I was solving a problem stated in the below pic.. The method i tried was using thevenin's equivalent Voltage ....first find Rth and then Isc...now Rth comes out to be infinite....so irrespective of isc Vth would be infinite..... is this approach correct //or some fault in it. Kindly...
  3. E

    [SOLVED] Image Processing using matlab

    well obviously you won't get any readymade functions in matlab for anything that you want to do......i have posted a possible solution in one of your similar posts. take a look.
  4. E

    Distance calculation b/w camera and object using matlab

    ok, hi i think what you need is perspective transformation. Since your subject is in 3D and your image is 2D the mapping done by the camera is not one to one..buts its many to one (more specifically 3 to 2) the image as such does not provide with the Z coordinate or depth information( that is...
  5. E

    colour image processing

    Thnx for the reply, btw for the yellow color, i think u would have considered the combination of blue and green averages divided by 255..i hope so. anyways glad i could be of some help pass on the good knowledge..however slight it may be..
  6. E

    Where can I download Visual Basic and tutorials for it?

    I would suggest that the Visual Basic Black book is an excellent guide for beginners and especially in your case where u wanna do camera and stuff image processing is pretty much explained in detail.
  7. E

    Where can I download Visual Basic and tutorials for it?

    Re: visual basic search for Visual Basic Black Book..it has all the necessary Image processing basics covered.....a dedicated section for it....i complted my project using the Black Book
  8. E

    Looking for documents about radon transform

    Re: radon transform? hough transform and radon transform are more or less same....even matlab central is a good site for downloading codes for hough tranform.
  9. E

    How to convert the Hough plane to straight line image?

    Re: Hough Transform the highest array point is actually giving you the slope and constant c for defining a straight line in the image space. using 'm' and 'c' we can define a line segment easily
  10. E

    flow of hough transform algorithm

    well i donot know about FPGA's but i am very thorough with hough transform implementation using Matlab...as well as understanding the transform.
  11. E

    Looking for references about Hadamard Transform

    Re: Hadamard Transform Walsh Hadamard Transform is one of the few unitary Block Transform Coding techniques used in Image Compression. the basic process is to divide an image into small non-overlapping blocks of equal sizes of say 8x8 and processes the blocks independently using a 2-d...
  12. E

    Digital Image Processing(DIP) --books

    Gonzales and Woods is a homily name in digital image processing. If you want further details then get DIP by A K Jain. the properties are mentioned in both of them. Seperability is nothing much complicated....its just that you split the 2-D transform to 2 1-D transfoems for reducing...
  13. E

    image processing using matlab

    The statement is nothing but conversion of a multidimensional variable to a one dimensional comlumn matrix....matlab works on column matrices.
  14. E

    colour image processing

    hi, i have recently completed a project on image processing in VB, so i hope i can interpret and provide you a solution. the above method is a bit complicated as also, it requires understanding of the HSI colour space. what you can do is extract R,G,and B components from the image using...
  15. E

    Does waveguides act as high pass filters or band pass filters?

    I have read that a rectangular waveguide acts as a high pass filter as it will pass a dominant mode beyond certain cut-off frequency.

Part and Inventory Search

Back
Top