Normalized file endings.

This commit is contained in:
Roman Donchenko
2013-08-21 17:26:54 +04:00
parent f55740da70
commit e9a28f66ee
486 changed files with 166 additions and 606 deletions

View File

@@ -4,4 +4,4 @@ build.xml
local.properties
proguard-project.txt
project.properties
default.properties
default.properties

View File

@@ -4,4 +4,3 @@ add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenC
if(TARGET ${sample})
add_dependencies(opencv_android_examples ${sample})
endif()

View File

@@ -187,4 +187,4 @@ public class ColorBlobDetectionActivity extends Activity implements OnTouchListe
return new Scalar(pointMatRgba.get(0, 0));
}
}
}

View File

@@ -10,4 +10,3 @@ add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenC
if(TARGET ${sample})
add_dependencies(opencv_android_examples ${sample})
endif()

View File

@@ -13,4 +13,4 @@ LOCAL_LDLIBS += -llog -ldl
LOCAL_MODULE := detection_based_tracker
include $(BUILD_SHARED_LIBRARY)
include $(BUILD_SHARED_LIBRARY)

View File

@@ -190,4 +190,4 @@ JNIEXPORT void JNICALL Java_org_opencv_samples_facedetect_DetectionBasedTracker_
jenv->ThrowNew(je, "Unknown exception in JNI code {highgui::VideoCapture_n_1VideoCapture__()}");
}
LOGD("Java_org_opencv_samples_facedetect_DetectionBasedTracker_nativeDetect exit");
}
}

View File

@@ -24,4 +24,3 @@ int main(int argc, char* argv[])
#endif
return 0;
}

View File

@@ -40,4 +40,4 @@ public class CvNativeActivity extends Activity {
super.onResume();
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_3, this, mLoaderCallback);
}
}
}

View File

@@ -4,4 +4,3 @@ add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenC
if(TARGET ${sample})
add_dependencies(opencv_android_examples ${sample})
endif()

View File

@@ -4,4 +4,3 @@ add_android_project(${sample} "${CMAKE_CURRENT_SOURCE_DIR}" LIBRARY_DEPS ${OpenC
if(TARGET ${sample})
add_dependencies(opencv_android_examples ${sample})
endif()

View File

@@ -84,4 +84,4 @@ public class Tutorial3View extends JavaCameraView implements PictureCallback {
}
}
}
}

View File

@@ -57,4 +57,3 @@ if (INSTALL_C_EXAMPLES AND NOT WIN32)
DESTINATION share/OpenCV/samples/c
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif ()

View File

@@ -410,4 +410,3 @@ int main(int argc, char** argv )
return 0;
}

View File

@@ -751,6 +751,3 @@ int main(int argc, char* argv[])
return 0;
} /* main() */

View File

@@ -13,6 +13,3 @@ ADD_EXECUTABLE(opencv_example minarea.c)
TARGET_LINK_LIBRARIES(opencv_example ${OpenCV_LIBS})
#MESSAGE(STATUS "OpenCV_LIBS: ${OpenCV_LIBS}")

View File

@@ -25,8 +25,3 @@ the CMake gui with:
$ cmake-gui <OPENCV_SRC_PATH>/samples/c/example_cmake/
And pick the correct value for OpenCV_DIR.

View File

@@ -114,4 +114,3 @@ int main( int argc, char** argv )
#ifdef _EiC
main(1,"convexhull.c");
#endif

View File

@@ -86,4 +86,3 @@ if (INSTALL_C_EXAMPLES AND NOT WIN32)
DESTINATION share/OpenCV/samples/cpp
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif()

View File

@@ -274,5 +274,3 @@ static void drawPlot(const cv::Mat curve, const std::string figureTitle, const i
return 0;
}

View File

@@ -357,5 +357,3 @@ static void loadNewFrame(const std::string filenamePrototype, const int currentF
return 0;
}

View File

@@ -79,4 +79,3 @@ int main(int argc, char** argv)
return 0;
}

View File

@@ -332,4 +332,3 @@ Mat cv::ChessBoardGenerator::operator ()(const Mat& bg, const Mat& camMat, const
return generageChessBoard(bg, camMat, distCoeffs, zero, pb1, pb2, sqWidth, sqHeight, pts3d, corners);
}

View File

@@ -79,4 +79,3 @@ int main(int argc, const char ** argv)
waitKey();
return 0;
}

View File

@@ -61,4 +61,3 @@ int main(int argc, char** argv)
return 0;
}

View File

@@ -25,4 +25,4 @@ int main(int argc, const char* argv[])
}
return 0;
}
}

View File

@@ -43,7 +43,3 @@ int main(int, char* [])
return 0;
}

View File

@@ -154,4 +154,3 @@ int main(int argc, char* argv[]) {
return 0;
}

View File

@@ -401,4 +401,3 @@ int main(int argc, char** argv)
StereoCalib(imagelist, boardSize, true, showRectified);
return 0;
}

View File

@@ -134,5 +134,3 @@ int parseCmdArgs(int argc, char** argv)
}
return 0;
}

View File

@@ -762,5 +762,3 @@ int main(int argc, char* argv[])
LOGLN("Finished, total time: " << ((getTickCount() - app_start_time) / getTickFrequency()) << " sec");
return 0;
}

View File

@@ -76,5 +76,3 @@ void Morphology_Operations( int, void* )
morphologyEx( src, dst, operation, element );
imshow( window_name, dst );
}

View File

@@ -66,10 +66,3 @@ int main( void )
return 0;
}

View File

@@ -61,5 +61,3 @@ int main( int, char** argv )
return 0;
}

View File

@@ -71,5 +71,3 @@ int main( int, char** argv )
return 0;
}

View File

@@ -92,4 +92,3 @@ void thresh_callback(int, void* )
circle( drawing, mc[i], 4, color, -1, 8, 0 );
}
}

View File

@@ -79,5 +79,3 @@ int main( void )
waitKey(0);
return(0);
}

View File

@@ -120,4 +120,3 @@ void myHarris_function( int, void* )
}
imshow( myHarris_window, myHarris_copy );
}

View File

@@ -102,4 +102,3 @@ void goodFeaturesToTrack_Demo( int, void* )
for( size_t i = 0; i < corners.size(); i++ )
{ cout<<" -- Refined Corner ["<<i<<"] ("<<corners[i].x<<","<<corners[i].y<<")"<<endl; }
}

View File

@@ -90,4 +90,3 @@ void goodFeaturesToTrack_Demo( int, void* )
namedWindow( source_window, CV_WINDOW_AUTOSIZE );
imshow( source_window, copy );
}

View File

@@ -168,5 +168,3 @@ void MyLine( Mat img, Point start, Point end )
thickness,
lineType );
}

View File

@@ -75,4 +75,4 @@ int main(int argc, char ** argv)
waitKey();
return 0;
}
}

View File

@@ -151,4 +151,4 @@ int main(int ac, char** av)
<< "Tip: Open up " << filename << " with a text editor to see the serialized data." << endl;
return 0;
}
}

View File

@@ -213,4 +213,4 @@ Mat& ScanImageAndReduceRandomAccess(Mat& I, const uchar* const table)
}
return I;
}
}

View File

@@ -83,4 +83,4 @@ void Sharpen(const Mat& myImage,Mat& Result)
Result.row(Result.rows-1).setTo(Scalar(0));
Result.col(0).setTo(Scalar(0));
Result.col(Result.cols-1).setTo(Scalar(0));
}
}

View File

@@ -82,4 +82,4 @@ int main(int,char**)
cout << "A vector of 2D Points = " << vPoints << endl << endl;
return 0;
}
}

View File

@@ -424,4 +424,3 @@ Scalar getMSSIM_GPU_optimized( const Mat& i1, const Mat& i2, BufferMSSIM& b)
}
return mssim;
}

View File

@@ -27,4 +27,4 @@ int main( int argc, char** argv )
waitKey(0); // Wait for a keystroke in the window
return 0;
}
}

View File

@@ -203,4 +203,4 @@ Scalar getMSSIM( const Mat& i1, const Mat& i2)
Scalar mssim = mean( ssim_map ); // mssim = average of ssim map
return mssim;
}
}

View File

@@ -127,4 +127,4 @@ int main()
imwrite("result.png", I); // save the Image
imshow("SVM for Non-Linear Training Data", I); // show it to the user
waitKey(0);
}
}

View File

@@ -81,4 +81,3 @@ if (INSTALL_C_EXAMPLES AND NOT WIN32)
DESTINATION share/OpenCV/samples/${project}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif()

View File

@@ -265,4 +265,4 @@ void getFlowField(const Mat& u, const Mat& v, Mat& flowField)
row[j][3] = 255;
}
}
}
}

View File

@@ -456,4 +456,3 @@ inline string App::workFps() const
ss << work_fps;
return ss.str();
}

View File

@@ -86,4 +86,3 @@ int main(int argc, const char* argv[])
return 0;
}

View File

@@ -378,5 +378,3 @@ void App::handleKey(char key)
break;
}
}

View File

@@ -41,4 +41,4 @@ public class DetectFaceDemo {
System.out.println(String.format("Writing %s", filename));
Highgui.imwrite(filename, image);
}
}
}

View File

@@ -66,4 +66,4 @@ object ScalaCorrespondenceMatchingDemo {
println(s"Writing ${filename}")
assert(Highgui.imwrite(filename, correspondenceImage))
}
}
}

View File

@@ -40,4 +40,4 @@ object ScalaDetectFaceDemo {
println(s"Writing ${filename}")
assert(Highgui.imwrite(filename, image))
}
}
}

View File

@@ -57,4 +57,3 @@ if (INSTALL_C_EXAMPLES AND NOT WIN32)
DESTINATION share/opencv/samples/${project}
PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif()

View File

@@ -439,4 +439,3 @@ double App::checkRectSimilarity(Size sz,
}
return final_test_result;
}

View File

@@ -386,5 +386,3 @@ void App::handleKey(char key)
break;
}
}

View File

@@ -262,4 +262,4 @@ nocamera:
waitKey();
return 0;
}
}

View File

@@ -106,4 +106,3 @@ if __name__ == "__main__":
cv.AddWeighted(wshed, 0.5, img_gray, 0.5, 0, wshed)
cv.ShowImage("watershed transform", wshed)
cv.DestroyAllWindows()

View File

@@ -142,4 +142,3 @@ if __name__ == '__main__':
match_and_draw('affine find_obj')
cv2.waitKey()
cv2.destroyAllWindows()

View File

@@ -57,4 +57,3 @@ if __name__ == '__main__':
print "camera matrix:\n", camera_matrix
print "distortion coefficients: ", dist_coefs.ravel()
cv2.destroyAllWindows()

View File

@@ -117,4 +117,3 @@ if __name__ == '__main__':
except: video_src = 0
print __doc__
App(video_src).run()

View File

@@ -215,4 +215,3 @@ def draw_keypoints(vis, keypoints, color = (0, 255, 255)):
for kp in keypoints:
x, y = kp.pt
cv2.circle(vis, (int(x), int(y)), 2, color)

View File

@@ -117,4 +117,3 @@ if __name__ == '__main__':
if ch == ord(' '):
defocus = not defocus
update(None)

View File

@@ -155,4 +155,3 @@ class App:
if __name__ == '__main__':
App().run()

View File

@@ -61,4 +61,3 @@ if __name__ == '__main__':
if need_update:
update()
cv2.destroyAllWindows()

View File

@@ -43,4 +43,3 @@ if __name__ == '__main__':
if ch == 27:
break
cv2.destroyAllWindows()

View File

@@ -59,4 +59,3 @@ if __name__ == '__main__':
if 0xFF & cv2.waitKey(5) == 27:
break
cv2.destroyAllWindows()

View File

@@ -109,4 +109,3 @@ if __name__ == '__main__':
cv2.destroyAllWindows()
break
cv2.destroyAllWindows()

View File

@@ -42,4 +42,3 @@ if __name__ == '__main__':
mark[:] = 0
sketch.show()
cv2.destroyAllWindows()

View File

@@ -62,5 +62,3 @@ if __name__ == '__main__':
if cv2.waitKey(1) == 27:
break

View File

@@ -83,4 +83,3 @@ if __name__ == '__main__':
cur_glitch = img.copy()
print 'glitch is', ['off', 'on'][show_glitch]
cv2.destroyAllWindows()

View File

@@ -307,4 +307,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -99,4 +99,3 @@ private:
IMFMediaBuffer *m_pBuffer;
IMF2DBuffer *m_p2DBuffer;
};

View File

@@ -219,4 +219,4 @@ HRESULT OpQueue<T, TOperation>::ProcessQueueAsync(IMFAsyncResult *pResult)
return hr;
}
#pragma warning( pop )
#pragma warning( pop )

View File

@@ -8,4 +8,4 @@ namespace OcvTransform
runtimeclass OcvImageManipulations
{
}
}
}

View File

@@ -1483,4 +1483,3 @@ HRESULT GetDefaultStride(IMFMediaType *pType, LONG *plStride)
}
return hr;
}

View File

@@ -1,4 +1,4 @@
EXPORTS
DllCanUnloadNow PRIVATE
DllGetActivationFactory PRIVATE
DllGetClassObject PRIVATE
DllGetClassObject PRIVATE

View File

@@ -244,4 +244,4 @@ private:
IMFAttributes *m_pAttributes;
};
#endif
#endif

View File

@@ -316,4 +316,4 @@
</Target>
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

View File

@@ -33,4 +33,4 @@
</InProcessServer>
</Extension>
</Extensions>
</Package>
</Package>