A general technique for the recovery of signicant image features is presented. The technique is based on the mean shift algorithm, a simple nonparametric pro- cedure for estimating density gradients. Drawbacks of the current methods (including robust clustering) are avoided. Feature space of any nature can be processed, and as an example, color image segmentation is dis- cussed. The segmentation is completely autonomous, only its class is chosen by the user. Thus, the same program can produce a high quality edge image, or pro- vide, by extracting all the signicant colors, a prepro- cessor for content-based query systems. A 512 512 color image is analyzed in less than 10 seconds on a standard workstation. Gray level images are handled as color images having only the lightness coordinate
標簽: technique presented features recovery
上傳時間: 2015-10-14
上傳用戶:410805624
利用WM5 實現電話功能 在程序中進行電話撥號 “項目”—“添加引用”—“Microsoft.WindowsMobile.Telephony”—“確定” Imports Microsoft.WindowsMobile.Telephony Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim TestPhone As New Phone TestPhone.Talk("1001") End Sub
標簽: Microsoft WindowsMobile Telephony Imports
上傳時間: 2013-12-20
上傳用戶:hasan2015
This sample demonstrates how to take pictures and videos using the CameraCaptureDialog managed API. If a default filename is used: - if a still picture is taken, the ".jpg" extension is appended to the default filename. (Otherwise the CameraCaptureDialog would throw an InvalidArgumentException). - if a video is recorded, null is passed to the CameraCaptureDialog as the default filename. The filename returned is then renamed to match the user entered filename while keeping the extension returned.
標簽: CameraCaptureDialog demonstrates pictures managed
上傳時間: 2013-12-15
上傳用戶:kikye
訂單處理過程,包括前后臺,Tomcat瀏覽 數據庫放D盤,先打開User中的Service
標簽: 過程
上傳時間: 2015-10-20
上傳用戶:zgu489
使用說明:請您先正確設置數據庫及JDBC驅動。 參考: http://blog.raofeng.com/love/kiss/archives/2006/16.html http://blog.raofeng.com/love/kiss/archives/2006/13.html http://dev.mysql.com/downloads/connector/j/3.1.html下載JDBC驅動 先新建一數據庫(默認名為jspmo)建立數據庫及表格的命令都在sql.txt內,可以直接復制到數據庫里運行。 默認管理員名為: admin ,密碼為:jspmo.com 請修改config.jsp中的name(管理員名),password(管理員密碼),sitename(留言本標題),copyright(版權信息). 以及conn.jsp中的host(數據庫服務器主機),user(數據庫用戶名),pw(數據庫密碼),db(數據庫名),tab(數據庫表名)。
標簽: http blog archives raofeng
上傳時間: 2015-10-25
上傳用戶:894898248
功能介紹: (1)使用三層架構,代碼優化,便于修改,可以自由選擇皮膚。 (2)界面友好,操作簡便 性能進行了優化,速度快 (3)user.aspx進行用戶管理,可以進行用戶注冊,密碼修改,用戶登錄 (4)從頁面左邊可以直接進入詞條,也可通過搜索進入詞條,還會直接顯示最新的10個詞條。 (5)詞條按tag(標簽)分類聚合,每個詞條可加入到任意多個tag,點擊詞條下面的tag,會列出所以包含此tag的詞條 (6)點擊history(歷史)進入對比頁面,將各個版本的列出,可以將任意兩個進行比較,可以恢復到以前的版本 (7)每一次修改者的IP和詳細地址會記錄在數據庫中,IP地址采用純真數據庫 (8)管理員登錄后,可以將各個內容模塊隨意擺放拖曳,調整步局
上傳時間: 2013-12-21
上傳用戶:zwei41
---實現的部分VHDL 程序如下。 --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----數據幀數據由接收串行數據端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) --- parity <= parity xor rsr(7) --- elsif std_logic_vector(length_no) = “1010” then --- rbr <= rsr --接收移位寄存器數據進入接收緩沖器--- ...... --- end if
標簽: clk1x std_logic_vector length_no elsif
上傳時間: 2015-10-28
上傳用戶:cainaifa
管理員用戶登陸: 用戶名 admin 密碼123 (密碼可打開access數據庫hangkong.mdb,在user表中直接修改)asp文件:login.asp
上傳時間: 2015-10-28
上傳用戶:bjgaofei
連接oracle數據庫的操作方法 tatic String driverName="oracle.jdbc.driver.OracleDriver" static String dbUrl="jdbc:oracle:thin:@10.1.1.44:1521:DBAWEB" static String user="DBA_WEB" static String password="DBA_WEB"
標簽: oracle String OracleDriver driverName
上傳時間: 2013-12-12
上傳用戶:skfreeman
java登陸,帳號以及密碼的操作 <strong>UserBean</strong> will hold all of the information * regarding a specific user of the AddressBook application.
標簽: strong information UserBean regardi
上傳時間: 2015-10-29
上傳用戶:894898248