-
-
-
-
[
C#(.net)]
ImageProcessing.rar
Image_Processing
Created on MS Visual C# 2008.
In this program localization and recognition of textures on images with using two-dimensional fourie transformation was made. In compiled program of this project you must open your image and then ...
-
-
[
Matlab]
network.rar
this is a program for training the network for destinguish between numbers depending on features of the numbers these features are the defferent kinds of edges in six parts of the number picture
-
-
-
-
[
C/C++]
Edmonds-Karp.rar
Edmonds-karp algorithm- A C++ program which returns the largest flow and flow through each edge.
-
[
Matlab]
FastFourierTransformAlgorithm.rar
This program is open source code of fast Fourier transform in matlab.
Where y is the input argument and p is the normalized size of the input. Let
y = [1 2 3 4 ]
x= length(y)
m= log2(x)
p= ceil(m)
To call the function use
ft2(y,p) ...