¡@

Home 

2014/10/16 ¤W¤È 08:15:52

android Programming Glossary: infile

Trying to use SmbFileInputStream

http://stackoverflow.com/questions/13871198/trying-to-use-smbfileinputstream

again. I'm using Try Catch but it doesn't trigger any of those exceptions. The applicable code looks like this SmbFile inFile null jcifs.Config.setProperty jcifs.netbios.wins 192.168.2.2 try inFile new SmbFileInputStream smb MIKE PC Users Public.. The applicable code looks like this SmbFile inFile null jcifs.Config.setProperty jcifs.netbios.wins 192.168.2.2 try inFile new SmbFileInputStream smb MIKE PC Users Public List1.txt catch SmbException e ListItems.add SMB Error catch MalformedURLException.. e ListItems.add Host Error I tried the code with and without the name and password and neither worked try inFile new SmbFile smb MIKE PC_Network 123ABC@Mike PC When I try doing it in two steps the SmbFile does not abort but the SmbFileInputStream..

OpenCV Template Matching example in Android

http://stackoverflow.com/questions/17001083/opencv-template-matching-example-in-android

import org.opencv.highgui.Highgui import org.opencv.imgproc.Imgproc class MatchingDemo public void run String inFile String templateFile String outFile int match_method System.out.println nRunning Template Matching Mat img Highgui.imread.. templateFile String outFile int match_method System.out.println nRunning Template Matching Mat img Highgui.imread inFile Mat templ Highgui.imread templateFile Create the result matrix int result_cols img.cols templ.cols 1 int result_rows img.rows..