針對解決OpenCV人臉檢測模塊在Android平臺編譯和移植的問題,提出一種利用Jni技術(Java Native Interface)調用OpenCV以及采用Android NDK(Native Development Kit)生成共享庫的目標檢測方法。文中從分析利用Android NDK編譯Android平臺所需要的OpenCV靜態庫的問題入手,詳細闡述了利用Jni調用OpenCV相關函數的具體步驟。經過多次試驗,證明該人臉檢測模塊的平均檢測時間為1 280 ms,具有較高的檢測速度和檢測精度。
上傳時間: 2013-12-10
上傳用戶:15736969615
tapi的java封裝,但好像缺少Jni接口的C源碼文件
上傳時間: 2015-01-04
上傳用戶:zq70996813
Invoke JavaProg.main() from a win32 program: . compile Main.java . compile VC project . set include path for Jni.h, which is under java_Home\include . set linking path for jvm.lib, which is under java_Home\lib\jvm.lib . copy Main.class and Main$1.class to the working dir of the VC project (or the same dir with the output executable App.exe) . run App.exe . set searching path for jvm.dll
標簽: compile JavaProg include program
上傳時間: 2014-11-16
上傳用戶:思琦琦
這是一個在linux環境下,模擬windows環境下的一個任務管理器,使用了Jni和linux的proc系統文件 運行方式,在interface文件夾下,打以下命令: $.../interface: export LD_LIBRARY=./lib $.../interface: java -jar taskforce...jar
上傳時間: 2014-01-20
上傳用戶:LIKE
JAVA系統托盤圖標控制程序,說明: 這是一個用寫的系統托盤圖標控制程序.帶有一個顯示本程序源代碼的功能. 曾經看過別人用Java Jni技術也寫了類似的程序,不過本程序完全應用java而沒有用C. 配置和運行: 該程序運行于JDK1.6,首先你的機器必須安裝JDK的最新版.如果沒有的話到http://java.sun.com進行下載和安裝. 通常你可以直接雙擊TrayIcon.exe運行本程序,如果不能直接雙擊運行,請使用run.bat文件運行.
上傳時間: 2015-08-30
上傳用戶:愛死愛死
本次實驗中用Java實現的Calendar具有跨平臺運行能力,并且具有非常友好和實用的界面,同時所有功能都可以在多個平臺上使用。(開發平臺Eclipse3.2.2) 實驗中,該JAVA應用程序完全使用了SWING開發,可以獲得更好的程序運行性能,特別是在JDK6.0環境下,程序運行性能和本地程序運行性能達到一致。同時,在應用程序界面風格方面,使用SWING開發的JAVA應用程序,具有更美觀的界面;并且可以有多個風格讓用戶任意選擇。本次實驗中開發的JAVA版Calendar的界面風格始終保持和本地系統完全一致。(同時給出了Jni的VC實現代碼)
上傳時間: 2013-12-22
上傳用戶:wl9454
java網絡編程的API包,應用Jni技術,包里包括了C代碼
上傳時間: 2013-11-27
上傳用戶:xwd2010
"Java for C++" is a tool to generate C++-wrapper-classes for existing Java-classes. The implementation of the wrapper classes uses Jni to call the real Java classes. The C++-API to use these wrapper classes is very close to the API of the Java classes.
標簽: wrapper-classes Java-classes implementati for
上傳時間: 2015-12-07
上傳用戶:liuchee
What I am trying to introduce here is a full fledged Java Instant messenger, which has all the features supplied by commercial messengers like Yahoo or MSN. Although it cannot compared to be in par with those messengers, it is an attempt by me to learn Advanced Java and Jni concepts. The challenges I faced here were often overcome by referring to numerous sites, which nearly zeroes in or completely solved the issues I faced at that point of time. It improved my learning curve and also believe would do the same to you too. Ofcourse, there are some bugs and glitches, which I hope you would excuse. Thanks to anyone who takes the pain to report them or even suggest better way of doing things to me.
標簽: introduce messenger Instant fledged
上傳時間: 2014-12-05
上傳用戶:電子世界
對于Java的word解析,主流方法是用中間件去訪問,但是需要用Jni Apache和微軟合作,開發的POI,但是POI雖然功能強大,但是用起來也很麻煩 3.5版本和以前的3.0版本修改了很多,而且還沒穩定下來。 對于一般的應用,例如類似QQ手機郵箱那樣,僅僅只需要讀出文本內容的話,我們可以直接用tm-extractors,當然它底層也是調用的Apache POI
上傳時間: 2017-05-31
上傳用戶:zaizaibang