Java vs Matab code
Since Matlab uses JRE pretty extensively, it is very easy to write Matlab code which is equivalent to the java code. This is the original java code. And here is the corresponding Matlab code.
Since Matlab uses JRE pretty extensively, it is very easy to write Matlab code which is equivalent to the java code. This is the original java code. And here is the corresponding Matlab code.
I have my own app to sync my photos with Flickr which I built with Matlab. The app suddenly stopped working a week or so ago. The failure was happening in urlread. After stepping through the code, I was able to get following exception to show up: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX …
This is adapted from: http://dinesh-malav.blogspot.com/2015/05/image-processing-using-opencv-on-hadoop.html Installed OpenCV with Java development support following instructions at: http://docs.opencv.org/doc/tutorials/introduction/desktop_java/java_dev_intro.html Created following 3 files. Compiled the files with command: ant -DocvJarDir=/home/ninad/opencv/bin -DocvLibDir=/home/ninad/opencv/lib jar build.xml DetectFaces.java Main.java
By default there is no preview available for Matlab source file in Windows 7 preview pane (at least for Matlab version 2012a) which is silly because they are simply text files. After little googling I found this tooll called PreviewConfig. Few clicks and restarting the explorer and I was all …