久久99精品久久久久久琪琪,久久人人爽人人爽人人片亞洲,熟妇人妻无码中文字幕,亚洲精品无码久久久久久久

國際會議英文版(模版)

時間:2019-05-15 14:44:38下載本文作者:會員上傳
簡介:寫寫幫文庫小編為你整理了多篇相關的《國際會議英文版(模版)》,但愿對你工作學習有幫助,當然你在寫寫幫文庫還可以找到更多《國際會議英文版(模版)》。

第一篇:國際會議英文版(模版)

International Conference on Higher

Education

China Higher Education Association is organizing an international conference on Higher Education from March 25-27, 2010, at Peking University.International Conference on Higher Education includes keynote speech, technical seminars and papers exchanges.Except government officials make an opening speech on the opening ceremony, the officials and scholars from China Higher Education Association, China's key universities and the U.S.Educational Testing Service will make a keynote speech.Higher education is a good platform of self-improvement and creativity improvement.Conference will promote the reform and opening of China education.The specific details about spokesman and papers will be announced in February.

第二篇:國際會議--英文

表示歡迎:Good morning, Ladies and Gentlemen, I’m privileged to welcome you all to “The current status and future development of cotton machinery” conference.自我介紹:Let me introduce myself I am Dr Lifrom Beijing, China, and I am going to be the chair for this morning’s session.介紹議題:

This conference will focus on the discussion of the various aspects of cotton machinery.It includes the application of cotton machinery and the current status.And we will also discuss the prospect of cotton machinery.介紹報告人:

Now it gives me great pleasure to introduce today’sparticipants.They are :Han Dan, The director general of the United Nations Industrial Development Organization(聯(lián)合國工業(yè)發(fā)展組織總干事)

Zhang Hui, president of China Power investment group company.Shang Fengjiao, professor of Physics ,head of American Nuclear Energy

Association.Now, we welcome the opening of Han Dan do for us(現(xiàn)在,我們歡迎AA為我們做致開幕詞)

AA上臺

Today our first speaker isBB Hui.Let’s welcome

BB上臺

Thanks professor BB very much for her splendid report.After pro BB’s speech , do you have any questions, hands up please!

提問者提問

Any additional questions ?

Thank you once again for your excellent explanation

Now, let’s welcome the speech by Professor CC

CC上臺

Thank Professor CC for his excellent remarks CC.After pre CC’s report is there any specific question you would like to address to professor CC?

提問者提問

Any additional questions ?

Well, I am sure we could discuss longer, but unfortunately time is up.Thank you

very much, Dr CC

Thanks for the excellent report of the two experts.Finally Let’s welcome to Professor AA, give us a summary of conference.AA上臺(報告總結(jié),宣布閉幕)

I’d like to thank all the representatives for their excellent remarks.Also I should thank all the organizing committee for their arrangement and organization.Meanwhile, I hope you’ll enjoy your stay in Harbin.

第三篇:英文國際會議講稿

PPT(1)大家上午好!今天我匯報的主題是:基于改進型LBP算法的運動目標檢測系統(tǒng)。運動目標檢測技術能降低視頻監(jiān)控的人力成本,提高監(jiān)控效率,同時也是運動目標提取、跟蹤及識別算法的基礎。圖像信號具有數(shù)據(jù)量大,實時性要求高等特征。隨著算法的復雜度和圖像清晰度的提高,需要的處理速度也越來越高。幸運的是,圖像處理的固有特性是并行的,尤其是低層和中間層算法。這一特性使這些算法,比較容易在FPGA等并行運算器件上實現(xiàn),今天匯報的主題就是關于改進型LBP算法在硬件上的實現(xiàn)。

good morning everyone.My report is about a Motion Detection System Based on Improved LBP Operator.Automatic motion detection can reduce the human cost of video surveillance and improve efficiency [?'f??(?)ns?],it is also the fundament of object extraction, tracking and recognition [rek?g'n??(?)n].In this work, efforts ['ef?ts] were made to establish the background model which is resistance to the variation of illumination.And our video surveillance system was realized on a FPGA based platform.PPT(2)

目前,常用的運動目標檢測算法有背景差分法、幀間差分法等。幀間差分法的基本原理是將相鄰兩幀圖像的對應像素點的灰度值進行減法運算,若得到的差值的絕對值大于閾值,則將該點判定為運動點。但是幀間差分檢測的結(jié)果往往是運動物體的輪廓,無法獲得目標的完整形態(tài)。

Currently, Optic Flow, Background Subtraction and Inter-frame difference are regard as the three mainstream algorithms to detect moving object.Inter-frame difference based method need not model ['m?dl] the background.It detects moving objects based on the frame difference between two continuous frames.The method is easy to be implemented and can realize real-time detection, but it cannot extract the full shape of the moving objects [6].PPT(3)

在攝像頭固定的情況下,背景差分法較為簡單,且易于實現(xiàn)。若背景已知,并能提供完整的特征數(shù)據(jù),該方法能較準確地檢測出運動目標。但在實際的應用中,準確的背景模型很難建立。如果背景模型如果沒有很好地適應場景的變化,將大大影響目標檢測結(jié)果的準確性。像這副圖中,背景模型沒有及時更新,導致了檢測的錯誤。

The basic principle of background removal method is building a background model and providing a classification of the pixels into either foreground or background [3-5].In a complex and dynamic environment, it is difficult to build a robust [r?(?)'b?st] background model.PPT(4)

上述的幀間差分法和背景差分法都是基于灰度的?;诨叶鹊乃惴ㄔ诠庹諚l件改變的情況下,性能會大大地降低,甚至失去作用。

The algorithms we have discussed above are all based on grayscale.In practical applications especially outdoor environment, the grayscales of each pixel are unpredictably shifty because of the variations in the intensity and angle of illumination.PPT(5)為了解決光照改變帶來的基于灰度的算法失效的問題,我們考慮用紋理特征來檢測運動目標。而LBP算法是目前最常用的表征紋理特征的算法之一。首先在圖像中提取相鄰9個像素點的灰度值。然后對9個像素中除中心像素以外的其他8個像素做二值化處理。大于等于中心點像素的,標記為1,小于的則標記為0。最后將中心像素點周圍的標記值按統(tǒng)一的順序排列,得到LBP值,圖中計算出的LBP值為10001111。當某區(qū)域內(nèi)所有像素的灰度都同時增大或減小一定的數(shù)值時,該區(qū)域內(nèi)的LBP值是不會改變的,這就是LBP對灰度的平移不變特性。它能夠很好地解決灰度受光照影響的問題。

In order to solve the above problems, we proposed an improved LBP algorithm which is resistance to the variations of illumination.Local binary pattern(LBP)is widely used in machine vision applications such as face detection, face recognition and moving object detection [9-11].LBP represents a relatively simple yet powerful texture descriptor which can describe the relationship of a pixel with its immediate neighborhood.The fundamental of LBP operator is showed in Fig 1.The basic version of LBP produces 256 texture patterns based on a 9 pixels neighborhood.The neighboring pixel is set to 1 or 0 according to the grayscale value of the pixel is larger than the value of centric pixel or not.For example, in Fig1 7 is larger than 6, so the pixel in first row first column is set to 1.Arranging the 8 binary numbers in certain order, we get an 8 bits binary number, which is the LBP pattern we need.For example in Fig.1, the LBP is 10001111.LBP is tolerant ['t?l(?)r(?)nt] against illumination changing.When the grayscales of pixels in a 9 pixels window are shifted due to illumination changing, the LBP value will keep unchanged.PPT(6)

圖中的一些常見的紋理,都能用一些簡單的LBP向量表示,對于每個像素快,只需要用一個8比特的LBP值來表示。

There are some textures , and they can be represent by some simple 8bit LBP patterns.PPT(7)

從這幅圖也可以看出,雖然灰度發(fā)生了很大的變化,但是紋理特征并沒有改變,LBP值也沒有變化。

You can see, in these picture , although the grayscale change alot, but the LBP patterns keep it value.PPT(8)上述的算法是LBP算法的基本形式,但是這種基本算法不適合直接應用在視頻監(jiān)控系統(tǒng)中。主要有兩個原因:第一,在常用的視頻監(jiān)控系統(tǒng)中,特別是在高清視頻監(jiān)控系統(tǒng)中,9個像素點覆蓋的區(qū)域很小,在如此小的區(qū)域內(nèi),各個像素點的灰度值十分接近,甚至是相同的,紋理特征不明顯,無法在LBP值上體現(xiàn)。第二,由于以像素為單位計算LBP值,像素噪聲會造成LBP值的噪聲。這兩個原因?qū)е掠嬎愠龅腖BP值存在較大的隨機性,甚至在靜止的圖像中,相鄰兩幀對應位置的LBP值也可能存在差異,從而引起的誤檢測。

為了得到更好的檢測性能,我們采用基于塊均值的LBP算法。這種方法的基本原理是先計算出3×3個像素組成的的像素塊的灰度均值,以灰度均值作為該像素塊的灰度值。然后以3×3個像素塊(即9×9個像素)為單位,計算LBP值。

The typical LBP cannot meet the need of practical application of video surveillance for two reasons: Firstly, a “window” which only contains 9 pixels is a small area in which the grayscales of pixels are similar or same to each other, and the texture feature in such a small area is too weak to be reflected by a LBP.Secondly, pixel noise will immediately cause the noise of LBP, which may lead to a large number of wrong detection.In order to obtain a better performance, we proposed an improved LBP based on the mean value of “block”.In our algorithm, one block contains 9 pixels.Compared with original LBP pattern calculated in a local 9 neighborhood between pixels, the improved LBP operator is defined by comparing the mean grayscale value of central block with those of its neighborhood blocks(see Fig.2).By replacing the grayscales of pixels with the mean value of blocks, the effect of the pixel noise is reduced.The texture feature in such a bigger area is more significant to be described by LBP pattern.PPT(9)

運用LBP描述背景,其本質(zhì)上也是背景差分法的一種。背景差分法應用在復雜的視頻監(jiān)控場景中時,要解決建立健壯的背景模型的問題。駛?cè)氩⑼2丛诒O(jiān)控畫面中的汽車,被搬移出監(jiān)控畫面的箱子等,都會造成背景的改變。而正確的背景模型是正確檢測出運動目標并提取完整目標輪廓的基礎。如果系統(tǒng)能定時更新背景模型,將已經(jīng)移動出監(jiān)控畫面的物體“剔除”出背景模型,將進入監(jiān)控畫面并且穩(wěn)定停留在畫面中的物體“添加”入背景模型,會減少很多由于背景改變而造成的誤檢測。

根據(jù)前一節(jié)的介紹,幀間差分法雖然無法提取完整的運動目標,但是它是一種不依賴背景模型就能進行運動目標檢測的算法。因此,可以利用幀間差分法作為當前監(jiān)控畫面中是否有運動目標的依據(jù)。如果畫面中沒有運動目標,就定期對背景模型進行更新。如果畫面中有運動目標,就推遲更新背景模型。這樣就能避免把運動目標錯誤地“添加”到背景模型中。

In practical application, the background is changing randomly.For traditional background subtraction algorithm the incapability of updating background timely will cause wrong detection.In order to solve this problem, we propose an algorithm with dynamic self updating background model.As we know, Inter-frame difference method can detect moving object without a background model, but this method cannot extract the full shape.Background subtraction method can extract the full shape but needs a background model.The basic principle of our algorithm is running a frame difference moving object detection process concurrently [k?n'k?r?ntli] with the background subtraction process.What’s time to update the background is according to the result of frame difference detection.PPT(10)

運動目標檢測系統(tǒng)特別是嵌入式運動目標檢測系統(tǒng)在實際應用中要解決實時性的問題。比如每秒60幀的1024×768的圖像,對每個像素都運用求均值,求LBP等算法,那么它的運算量是十分巨大的,為此我們考慮在FPGA上用硬件的方式實現(xiàn)。

If LBP algorithm is implemented in a software way, it will be very slow.FPGA have features of concurrent computation, reconfiguration and large data throughput.It is suitable to be built an embedded surveillance system.The algorithm introduced above is implemented on a FPGA board.PPT(11)

這就是我們硬件實現(xiàn)的系統(tǒng)結(jié)構圖。首先輸入系統(tǒng)的RGB像素信號的濾波、灰度計算及LBP計算,得到各個像素塊的LBP值。然后背景更新控制模塊利用幀差模塊的檢測結(jié)果控制背景緩存的更新。區(qū)域判定模塊根據(jù)背景差模塊的輸出結(jié)果,結(jié)合像素塊的坐標信息,對前景像素塊進行區(qū)域判定。

The structure of the system is showed in this figure.In this system, a VGA signal is input to the development board.and the LBP pattern is calculated , Frame difference module also compares the current frame and the previous frame to determine whether there is a moving object in the surveillance vision.If the surveillance vision is static for a certain amount of frame, the background model will be updated.PPT(12)圖中是LBP計算模塊。圖中所示的窗口提取結(jié)構可以實現(xiàn)3×3像素塊窗口的提取。像素信號按順序輸入該結(jié)構,窗口中的數(shù)據(jù)就會按順序出現(xiàn)在Pixel1-Pixel9這9個寄存器中,從而在最短的延時內(nèi)提取出相鄰9個像素點的灰度值。行緩存的大小等于每一行圖像包含的像素個數(shù)減1。將9個像素點的灰度值通過求均值模塊,可以求出一個像素塊的像素均值。

將像素塊均值作為輸入再次通過類似的結(jié)構,可以提取出3×3個相鄰像素塊的灰度值。這時行緩存的大小為每一行包含的像素塊的個數(shù)減1。再用9個窗口的灰度值作為輸入,用比較器陣列計算出最終的LBP值。

To achieve real time computation of the LBP, a circuit structure is put forward as showed in Fig.5.Two line buffers and nine resisters are connected in the way showed in the figure.Nine neighbor pixels are extracted with minimum ['m?n?m?m] delay, and the mean value of this block is calculated by the mean value calculate module which contains some adders and shifters.The mean values of the blocks are inputted to a similar structure and extracted in a similar way, and the LBP is calculated by the consequence LBP calculate module.PPT(13)求均值模塊采用如圖3-12所示的四級流水方式實現(xiàn)。在算法的設計過程中,需要求出的是3×3像素塊中9個像素的均值。但是在硬件實現(xiàn)時,為了更合理地利用硬件資源,只計算剔除中心像素后的8個像素的均值。這樣做可以在不對計算結(jié)果造成太大影響的情況下減少加法器的使用。而且在求均值的最后一級流水,除8運算比除9運算更容易實現(xiàn)。因為8是2的整數(shù)冪,除8運算只需要將各個像素的和右移3位。而除9運算在FPGA中需要專用的DSP模塊來完成。PPT(14)如圖所示,塊均值計算模塊計算出的8個塊均值被圖3-11中的窗口提取模塊提取出來,并作為比較器陣列的輸入,比較器的輸出結(jié)果用0和1表示。最終的比較結(jié)果按一定的順序排列,重新拼接成一個8位的二進制數(shù),即LBP值。LBP計算電路沒有采用流水結(jié)構,在一個時鐘周期內(nèi)就能得到計算結(jié)果。

PPT(15)

這個是在系統(tǒng)測試中,實現(xiàn)對多個目標的檢測。

In this system test ,we achieve a multi-object detection.PPT(16)

這個圖是對動態(tài)背景更新的測試,在監(jiān)控區(qū)域中劃定一個目標區(qū)域,把一個靜止的物體放置到目標區(qū)域中。在前3分鐘內(nèi),系統(tǒng)會將其當做前景目標,矩形窗口會以閃爍的形式發(fā)出報警信號。3分鐘過后,由于物體一直處于靜止狀態(tài),系統(tǒng)檢測到了10800個靜止幀,于是更新背景模型。靜止的物體被當做背景的一部分,此后窗口不再閃爍。經(jīng)驗證,該系統(tǒng)能夠正確實現(xiàn)背景模型更新算法。

This is the test for the auto background update.We put a statics object in the surveillance area,at the beginning this is trusted as a moving object.after 3 minutes , the system receive ten thousand static frames ,and then update the background model.Then this object is regard as a part of the background.PPT(17)

此外為了驗證系統(tǒng)對室外光照變化抑制能力,我們選取了大量有光照變化,并且有運動目標的視頻對系統(tǒng)進行了測試。

In order to verify the resistance to the varation of illumination , a certification experiment is designed, and the ROC curves of the two algorithms based on LBP and grayscale are plotted and compared.A number of short video clips with shifty and fixed illumination, including positive samples with moving objects and negative samples without moving objects.PPT(18)

測試平臺如圖所示。用一臺PC機作為測試信號的輸出源,然后在PC機中播放視頻,并將視頻VGA信號發(fā)送給運動目標檢測系統(tǒng),模擬真實的監(jiān)控環(huán)境。FPGA將輸入信號和區(qū)域邊框圖形相疊加后在LCD上顯示。

The picture of the certification experiment is showed in this picture.A PC acts as the source of the test signal which is input to the FPGA in the form of VGA.Passing through the FPGA board, video signal is displayed on a LCD screen.PPT(19)

并最終描繪了系統(tǒng)的ROC特性曲線。在沒有光照強度變化的情況下,采用基于灰度的運動目標檢測算法的性能略優(yōu)于基于LBP值的運動目標檢測算法,兩種算法都能取得較好的檢測效果。但是在圖5-15中(測試集2),也就是在光照強度變化的情況下,畫面整體灰度發(fā)生較大的改變,基于灰度的檢測算法的性能大幅度下降,接近于失效。而采用LBP值的檢測算法卻能維持較好的性能。可見基于LBP的檢測算法對抑制光照強度變化造成的誤檢測有較好的效果。

This two figure are the ROC curves of the experiments using our

algorithm and traditional grayscale-based algorithm.We can see in the Fig.1 which corresponds to the condition with fixed illumination, the performance of the grayscale-based algorithm is slightly better than these of LBP-based algorithm, they can both detect moving object effectively.But in Fig.2 which corresponds to the condition with shifty illumination, grayscale based algorithm deteriorates drastically and nearly lose efficacy ?k?s?].But the improved LBP algorithm still keeps a good performance.PPT(20)

謝謝大家!

Thanks for your attention

第四篇:計算機國際會議英文開幕詞

An opening speech

Ladies and gentlemen, It is a great pleasure and honor for me to declare the opening of the International Conference on Computer.First of all, on behalf of the university, I would like to extend a warm welcome to all of you.I do hope you will enjoy your stay here.Secondly, the opening of the International Conference on Computer contributes to the development of computer science in our university as well as the communication and cooperation among all the scholars in this field.Last but not least, I would like to express my sincere good wishes for a successful conference.Thank you very much.

第五篇:高校舉辦國際會議英文開幕詞

Opening Remarks

ON CME2011 Distinguished Guests and Leaders, Ladies and Gentlemen, Dear Friends, It is an honor and a pleasure to welcome you on behalf of the Automation College of Harbin Engineering University to this conference on Complex Medical Engineering.Firstly thank every one of you for attending.Many of you have travelled great distances to be here.With excellentspeakers attending from dozens of countries, this conference is a truly global event.We are glad to see that hundreds of participants from overseas including United States, Canada, Italy, Australia, United Kingdom, France, Germany, Japan, Korea ,Etc.andmore than fifty professionals from mainland chinaincluding Taiwan and Hong Kong have come to this event.Let me now turn to introduction of Automation College of HEU.The history of the Automation College can be traced back to 1953, when Harbin PLA Military Engineering Institute was founded.The College is being developed and strengthened through its core disciplines of 'Ocean Tunnel Measuring' and 'Ship-Electricity'.The College is one of the teaching and research backbones of HEU.There are 6 undergraduate programs including Automation, Measuring and Control Technology and Instruments, Electrical Engineering and its Automation, Detection Guidance and Control Technology, Biomedical Engineering, and Aviation Technology;16 master programs including Control Theory and Control Engineering, Navigation, Guidance and Control, Pattern Recognition and Intelligent Systems, Detection Technology and Automatic Equipment, Electric Machines and Electric Apparatus, Power System and its Automation, Precision Instrument and Machinery, Biomedical Engineering, Mechantronic Engineering, Systems Engineering, System Analysis and Integration, High Voltage and Insulation Technology, Power System and its Automation, Power Electronics and Power Drives, Traffic Information Engineering & Control, and Detection and Measuring Technology and Instrument;6 doctoral programs including Control Theory and Control Engineering, Navigation, Guidance and Control, Precision Instrument and Machinery, Detection Technology and Automation Equipment, Pattern Recognition and Intelligent Systems, and System Engineering.In addition, the nationally top ranking discipline of Control Science and Engineering has a Postdoctoral R&D Base.In 2001, the discipline of Navigation, Guidance and Control was appraised as a national key discipline.During the process of prejudication and proposal of the National 10th Five-years Plan and the '211 Project', Control Theory and Control Engineering and Navigation, Guidance and Control are listed as the key disciplines.To be internationally leading, the College has invested 23 million yuan RMB for the two disciplines' further construction.Finally ,you are sincerely invited to come to Harbin Engineering University and I wish the conference a complete success!

下載國際會議英文版(模版)word格式文檔
下載國際會議英文版(模版).doc
將本文檔下載到自己電腦,方便修改和收藏,請勿使用迅雷等下載。
點此處下載文檔

文檔為doc格式


聲明:本文內(nèi)容由互聯(lián)網(wǎng)用戶自發(fā)貢獻自行上傳,本網(wǎng)站不擁有所有權,未作人工編輯處理,也不承擔相關法律責任。如果您發(fā)現(xiàn)有涉嫌版權的內(nèi)容,歡迎發(fā)送郵件至:645879355@qq.com 進行舉報,并提供相關證據(jù),工作人員會在5個工作日內(nèi)聯(lián)系你,一經(jīng)查實,本站將立刻刪除涉嫌侵權內(nèi)容。

相關范文推薦

    英文一篇計算機國際會議的開幕詞

    請為你校的校長寫一篇計算機國際會議的開幕詞。發(fā)言稿包括以下內(nèi)容: 1) 對所有嘉賓、與會代表、朋友們表示熱烈的歡迎; 2) 國際會議的召開有助于學校計算機學科的發(fā)展,有利于該......

    國際會議

    國際會議:2012 2nd International Conference on Environment Science and Engineering (ICESE 2012)Post By:2011-7-24 19:09:28 [只看該作者] 2012 2nd International Confe......

    英文國際會議主持人稿(寫寫幫推薦)

    Opening remarks: Distinguished Delegates and Guests,Ladies and Gentlemen,it’s a great privilege for me to start the conference.Let me introduce myself first. I......

    英文開幕詞也適合國際會議(穿越夜的開幕詞)

    Opening Address of the International Conference of“”Distinguished guests, ladies and gentlemen,Good morning!It is a great pleasure for me to see so many of yo......

    國際會議禮儀

    國際會議是大型的國際交流場合。當代世界的國際會議有為討論和解決國際問題為目的而召開的,也有為對某個專業(yè)學術問題進行探討和交流而召開的,也有為某個專業(yè)學術問題進行探......

    國際會議感謝信

    篇一:2012年3月會議嘉賓感謝信傳 尊敬的_____________先生/小姐: 您一路辛苦了!對您的到來首先說一聲:謝謝! 七載**七載行,百年美業(yè)創(chuàng)共贏。踏著愛的音符,迎著期待的目光,我們再一......

    國際會議開幕詞

    The Opening for International Conference on Complex Analysis & its ApplicationDr. Zhang wen junThe College of Mathematics and Computaional Science, Shenzhen Uni......

    國際會議安排

    會議名稱:莫言作品歷史深度問題國際學術討論會 Conference name:The International symposium on historical depth of the works of Mo Yan會議場地:江蘇師范大學敬文報告廳 c......

主站蜘蛛池模板: 人妻无码αv中文字幕久久琪琪布| 五月丁香国产在线视频| 日韩精品区一区二区三vr| 天堂а√在线最新版中文在线| 亚洲一区二区三区日本久久九| 精品国产一区二区三区四区vr| 日日摸夜夜摸狠狠摸婷婷| 亚洲欧美中文日韩v在线观看| 欧美喷潮久久久xxxxx| 成人午夜看黄在线尤物成人| 国产又色又爽又刺激在线播放| 99精品欧美一区二区三区| 久久久久久久久毛片精品| 色欲人妻aaaaaa无码| 久久亚洲中文字幕伊人久久大| 国内精品卡一卡二卡三| 妇女bbbb插插插视频| 久久大香香蕉国产| 欧美一区内射最近更新| 日韩精人妻无码一区二区三区| 狂野欧美性猛交xxxx| 无码avav无码中文字幕| 天堂中文8资源在线8| 国产成人精品综合久久久久| 久久无码超清激情av| 亚洲欧洲日产国码二区| 人妻少妇无码中文幕久久| 日本高清aⅴ毛片免费| 国产欧美性成人精品午夜| 国产精品亚洲精品日韩己满十八小| 午夜福利午夜福利1000| 亚洲国产精品日本无码网站| 欧美日韩亚洲国产精品| 国产成人综合色视频精品| 欧美人与动牲交a精品| 天堂国产+人+综合+亚洲欧美| 国自产精品手机在线观看视频| 日韩精品人妻无码久久影院| 国产v精品成人免费视频| 日韩av无码久久精品免费| 国产妇女馒头高清泬20p多毛|