home | Download | Guestbook | Sitemap
codelookerDownloadNumerical Algorithm-Artificial Intelligencematlab
Search:
OverLaying-Color-Images
  • Classification:Numerical Algorithm-Artificial Intelligence - matlab
  • Development Tool:matlab
  • Sise:64.0 KB
  • Upload time:2011/6/15 23:21:33
  • Uploader:nehajain989
  • Download Statistics:
Description
main executing reference usage: usage_overlayColoredBorders_Images.mThe objective is to illustrate overlaying of 2 RGB images. Multiple images may be overlay 1 over the other as well.has passed the test.


OverLaying2ColorImages.jpg

File list:
images
.....\subTarget.JPG
subTarget.JPG
.....\target_A1v.png
target_A1v.png
license.txt
makeColorVersionOnBordersOfBW_Image.m
overlay2colorImages.m
OverLaying2ColorImages.jpg
OverLaying2ColorImages.jpg
readme.txt
usage_overlayColoredBorders_Images.m
If you are a member, Log in. If you are not a member, Please register
Related source code
[Overlapsave method] - Overlap–save is the traditional name for an efficient way to evaluate the discrete convolution between a very long signal x[n] and a finite impulse response (FIR) filter h[n]:(Overlap–save algorithm for linear convolution) H = FFT(h,N) i = 1 while i <= Nx il = min(i+N-1,Nx) yt = IFFT( FFT(x(i:il),N) * H, N) y(i : i+N-M) = yt(M : N) i = i+N-M+1 end
[PictureVideooverlay] - video files covering project picture
Download Address
download DownLoad
Comments: Don't forget to comment after downloading! Comment...
About - Advertise - Sitemap