Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pig5076

  1. pig5076

    How can I make a gaussian function in matlab?

    Sorry the image was error Like this: Grc(x, y) = exp{−[(x − xrc)^2+ (y − yrc)^2]/2σ^2}
  2. pig5076

    How can I make a gaussian function in matlab?

    Divide each input image into nr × nc blocks; for (r = 1; r ≤ nr; r++) for (c = 1; c ≤ nc; c++) and this(See the attachment): Thank you everyone please!!

Part and Inventory Search

Back
Top