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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0
