Feeds
提问
Minimizing the Parameters used in the neural net using the Genetic Algorithm
I am trying to reproduce the results of a research paper that minimizes the number of parameters used as input for a neural net....
10 years 前 | 0 个回答 | 0
0
个回答提问
Differentiating between clouds and fog using image processing
I am trying to separate different sky features like fog and clouds.The problem is that fog and clouds have the color and texture...
10 years 前 | 2 个回答 | 1
2
个回答提问
Combining 10 vectors of decimal numbers into a single matrix
I have ten vectors i.e. a1,a2,a3,.....a10 which consist of decimal numbers but when i try to combine them into a single matrix u...
10 years 前 | 1 个回答 | 0
1
个回答提问
Separation of Clouds from Sky and Sun
Hello Guys,I am trying to separate different types of clouds from the sun and sky.I have used color thresholds like Red&Green>B...
10 years 前 | 1 个回答 | 0
1
个回答提问
Horizon line detection usng Sobel edge and Hough transform
I have an array of images where i have to separate the horizon line.After that i have to delete or filter out the portion of the...
10 years 前 | 0 个回答 | 0
0
个回答提问
Eliminating element if a vector
Suppose I have a vector of 6 elements i.e. [4 5 6 5 4 8].I want to write a code that should run across the column and when it en...
10 years 前 | 2 个回答 | 0
