Hasil Pencarian  ::  Simpan CSV :: Kembali

Hasil Pencarian

Ditemukan 12239 dokumen yang sesuai dengan query
cover
Takashi Matsuyama
"This book presents a broad review of state-of-the-art 3D video production technologies and applications. The text opens with a concise introduction to the field, before examining the design and calibration methods for multi-view camera systems, including practical implementation technologies. A range of algorithms are then described for producing 3D video from video data. A selection of 3D video applications are also demonstrated. Features : describes real-time synchronized multi-view video capture, and object tracking with a group of active cameras, discusses geometric and photometric camera calibration, and 3D video studio design with active cameras, examines 3D shape and motion reconstruction, texture mapping and image rendering, and lighting environment estimation; demonstrates attractive 3D visualization, visual contents analysis and editing, 3D body action analysis, and data compression, and highlights the remaining challenges and the exciting avenues for future research in 3D video technology."
London: Springer, 2012
e20406294
eBooks  Universitas Indonesia Library
cover
Magnenat-Thalmann, Nadia, 1946-
Berlin: Springer-Verlag, 1990
776.6 THA s
Buku Teks  Universitas Indonesia Library
cover
"3D imaging, analysis and applications brings together core topics, both in terms of well-established fundamental techniques and the most promising recent techniques in the exciting field of 3D imaging and analysis.
Composed of three sections, the first examines 3D imaging and shape representation, the second, 3D shape analysis and processing, and the last section covers 3D imaging applications. "
London: Springer, 2012
e20406290
eBooks  Universitas Indonesia Library
cover
M. Rasyidi Fakhri
"Simulasi Kompresi Sinyal Video Digital ke Sinyal Audio merupakan suatu sistem kompresi data video digital dengan bitrate yang tinggi menjadi data video digital dengan bitrate yang rendah agar dapat dilewatkan pada transmisi sinyal audio yang bandwidthnya sebesar 64 Kbps. Sistem ini menggunakan kompresi Windows Media Video 9 karena dianggap mampu melakukan kompresi data video digital hingga 64 Kbps. Dengan mode encoding Constant Bit Rate (CBR), bitrate data video akan tetap konstan atau mendekati target bitrate yang sudah diatur sebelumnya.

Simulation of Digital Video Compression Signal to Audio Signal is a digital video data compression system with a high bitrate digital video data to a lower bitrate in order to pass the audio signal transmission bandwidth of 64 Kbps. The system uses Windows Media Video 9 compression because it is able to perform data compression digital video of up to 64 Kbps. With Constant Bit Rate encoding mode (CBR), bitrate video data will remain constant or close to the target bitrate is prearranged."
Depok: Fakultas Teknik Universitas Indonesia, 2012
S42619
UI - Skripsi Open  Universitas Indonesia Library
cover
Zaky Nuryasin
"Kecerdasan buatan (artificial intelligence, AI) merupakan teknologi yang sedang berkembang dengan cepat pada masa ini. Adanya teknologi AI membuat banyak permasalahan sederhana dan kompleks dapat diatasi dengan program komputer. Salah satu penerapan dari teknologi AI yang memiliki perkembangan yang besar adalah pada computer vision, yang mana dapat dibuat program yang dapat mendeteksi dan mengklasifikasi objek pada suatu gambar. Pada bidang ini, computer vision dapat digunakan untuk mendeteksi rokok. Algoritma dapat dibuat untuk mengetahui jika ada objek rokok dan lokasi dari rokok tersebut pada gambar. Hal ini dapat berguna untuk menyensor rokok pada media video yang dikonsumsi oleh anak-anak. Pada media video, biasanya sensor dilakukan dengan cara manual dan dengan bantuan tracking. Cara ini dapat melelahkan karena walaupun dengan tracking, harus ada orang sebagai pendeteksi yang menunjukkan lokasi objek rokok secara berkala. Terdapat banyak arsitektur dan model algoritma untuk deteksi objek, salah satunya adalah YOLOv8 (You Only Look Once version 8). YOLOv8 adalah versi terbaru dari algoritma YOLO, yang mana merupakan salah satu algoritma state-of-the-art dalam deteksi objek. YOLO merupakan model dari Convolutional Neural Network (CNN) yang melakukan deteksi dengan konsep single stage detector, yaitu algoritma ini melakukan deteksi objek dengan menggunakan keseluruhan gambar sekaligus untuk menjadi masukan input neural network-nya. Cara ini membuat YOLO memiliki tingkat kecepatan yang tinggi mendekati real-time. Selain deteksi objek, diterapkan juga algoritma tracking yang berfungsi untuk menandai pergerakan objek rokok pada video. Sehingga objek rokok akan tetap disensor walaupun terjadi perubahan cahaya, terhalang objek lain, dan gangguan visual lainnya pada video. Algoritma tracking yang digunakan pada penelitian ini adalah ByteTrack. ByteTrack adalah algoritma tracking yang menggunakan komputasi yang minim karena dapat melakukan tracking dengan hanya memproses lokasi bounding box tiap frame video. Perbedaan algoritma ini dibandingkan yang lain adalah ByteTrack akan memanfaatkan semua hasil deteksi objek walaupun terdapat nilai confidence yang kecil. Pada penelitian ini didapatkan model training terbaik dari YOLOv8 dengan nilai presisi sebesar 86,5%, nilai recall sebesar 86,1%, nilai mAP 50 sebesar 88,1%, dan nilai mAP 50:95 sebesar 58,3%. Lalu pada konfigurasi confidence ByteTrack didapatkan hasil terbaik dengan pada confidence tahap pertama sebesar 0,247 dan tahap kedua sebesar 0,01. Hasil tracking ini mendapatkan nilai presisi sebesar 62,3%, nilai recall sebesar 62,7%, nilai akurasi sebesar 45,5%, dan nilai F1 sebesar 62,5%.

Artificial intelligence (AI) is a technology that is developing rapidly and popular in this era. AI technology creates the possibility to solve and overcome many simple complex problems. One example of the application of AI technology that has great development is computer vision, which is a concept that can make a computer program to detect and classify objects in an image.  Using computer vision, this technology can be used to detect cigarette. From image or video media, the algorithm can check if there is any cigarette and then locate the object in the image. This is useful to censor cigarette from media that consumed by children. On video medium, censorship usually done manually with the help of object tracking. This method can be tiring because even if object tracking is used, there must be a person as a detector that locate the cigarette every few frames. There are many architectures and models for object detection, YOLOv8 (You Only Look Once version 8) is one of them. YOLOv8 is the latest version of YOLO algorithm. YOLOv8 is considered as one of the state-of-the-art algorithm for object detection.  YOLO model is based from Convolutional Neural Network (CNN). The concept of this algorithm to detect object is called single stage detector, which means that it takes the whole image as input for its neural network thus only single image process needed. This concept makes YOLO fast to detect objects. Object tracking algorithm is also used to keep track detected cigarette even if there is a change in light, occlusion from other object, and other visual changes in the video. ByteTrack is used for the tracking algorithm in this study. ByteTrack works by processing bounding box location of each frame in video, making it use little computation. The main difference of this algorithm is that it process all bounding boxes from the object detection, including detected object with low confidence score. In this study, the YOLOv8 model managed to obtain the best performance with precision value of 86.5%, recall value of 86.1%, mAP 50 value of 88.1%, and mAp 50:95 value of 58.3%. For the confidence configuration of ByteTrack, best performance is achieved with 0.247 confidence score for the first association and 0.01 confidence score for the second association. The result of this configuration is a precision value of 62.5%, a recall value of 62.7%, an accuracy value of 45.5%, and a F1 score of 62.5%."
Depok: Fakultas Teknik Universitas Indonesia, 2023
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Moeslund, Thomas B.
London: Springer-Verlag, 2012
e20407902
eBooks  Universitas Indonesia Library
cover
Muhammad Ilham Maulana Sidik
"Live streaming merupakan salah satu metode transmisi data yang digunakan untuk menonton sebuah video. Transmisi live streaming akan mengirimkan file video secara sedikit demi sedikit kepada penonton secara langsung sehingga penonton dapat menyaksikan video yang ditransmisikan secara langsung atau disebut dengan real-time tanpa perlu mengunduh video sehingga video dapat disiarkan secara langsung. Pada saat ini live streaming merupakan salah satu bentuk konten video yang banyak diminati pada semua kalangan dan bentuk seperti siaran TV, streaming video game, video media sosial, hingga pengiklanan produk penjualan. Pada penelitian ini sistem pendeteksi komponen komputer sebagai produk penjualan video live streaming dilakukan dengan metode Object Detection dengan menggunakan model YOLOv7 yang merupakan model dari computer vision untuk dapat melakukan object detection secara real-time. Penelitian akan membandingkan variasi model dari YOLOv7 untuk menemukan varian yang paling sesuai untuk digunakan sebagai model pendeteksian pada video live streaming. Penelitian ini juga akan mencaritahu pengaruh dari resolusi dan juga jarak perekaman video terhadap tingkat akurasi model dengan melakukan ujicoba model terhadap video simulasi live streaming. Hasil percobaan membuktikan bahwa varian YOLOv7-Tiny menjadi yang paling sesuai untuk diimplementasikan kedalam video live streaming dikarenakan kecepatan pendeteksian yang lebih cepat dengan kecepatan 4.5 kali lebih cepat dari varian YOLOv7 dan sekitar 21.7 kali lebih cepat dari varian YOLOv7-X. Pengaruh jarak juga terbukti dengan menurunnya nilai mAP 0.5 yang dihasilkan model ketika jarak yang digunakan semakin besar dan perubahan resolusi juga terbukti berpengaruh terhadap viii kemampuan deteksi model dengan jumlah objek dan juga beban yang dihasilkan semakin besar seiring dengan meningkatnya resolusi yang digunakan.

Live Streaming is one of the data transmission methods used to watch a video. Live Streaming transmission will send video files bit by bit to the viewer directly so that the viewer can watch videos that are transmitted directly or referred to as real time without the need to download the video so that the video can be broadcast live. At this time Live Streaming is a form of video content transmission method that is in great demand among all groups and forms such as TV broadcasts, video game streaming, social media videos, and also product advertising. In this study, the detection system for computer component as selling product on video live streaming was carried out with Object Detection method using YOLOv7 model, which is an computer vision model capable for object detection on real-time video. This study will also find out the effect of resolution and video recording distance on the accuracy of the model by testing the model on live streaming video simulations. The experimental results prove that the YOLOv7-Tiny variant is the most suitable to be implemented into live streaming video due to faster detection speed with a speed 4.5 times faster than the YOLOv7 variant and around 21.7 times faster than the YOLOv7-X variant. The effect of distance is also evident by the decreasing of mAP 0.5 value which is produced by the model when the distance used is greater and changes in resolution are also proven to affect the detection ability of the model with the number of objects and also the resulting load is greater as the resolution used increases."
Depok: Fakultas Teknik Universitas Indonesia, 2023
S-pdf
UI - Skripsi Membership  Universitas Indonesia Library
cover
Silaen, Josua Gregory
"Metode MT merupakan metode geofisika yang umum serta unggul yang digunakan dalam eksplorasi panasbumi saat ini. Namun metode ini memiliki tantangan dalam menentukan secara pasti dimana zona konduktif pada suatu daerah melalui hasil inversi 2-D maupun 3-D akibat dari sifat gelombang elektromagnetik (EM) untuk menginduksi lapisan yang bersifat konduktif, sehingga penetrasi gelombang EM menjadi kecil. Tantangan lain yang muncul adalah upaya meningkatkan rasio kesuksesan dalam tahap drilling (drilling success ratio) pada eksplorasi panasbumi. Target drilling erat kaitannya dengan zona rekahan (fracture). Secara umum zona fracture pada sistem panasbumi berasosiasi dengan sesar yang terisi material ataupun fluida yang akan memiliki resistivitas yang rendah atau bersifat konduktif. Dengan menggunakan fungsi transfer geomagnetik atau disebut juga dengan tipper (induction arrows), yaitu fungsi transfer yang menghubungkan medan magnet vertikal (z) terhadap medan magnet horizontal (x dan y) serta diintegrasikan dengan hasil inversi MT, kita dapat menentukan keberadaan anomali konduktif. Analisis induction arrows pada penelitian ini dilakukan dengan menggunakan software WinGlink. Software ini dapat menampilkan arah panah induksi beserta besar panahnya. Induction arrows pada WinGlink dapat ditampilkan dan dianalisis dalam dua tampilan, yaitu Maps induction arrows untuk menganalisis secara lateral dan Pseudo-Section induction arrows untuk menganalisis secara vertikal. Analisis induction arrows serta inversi 2-D telah diaplikasikan pada data riil (Lapangan-X). Hasil analisis induction arrows serta inversi 2-D pada data riil (Lapangan-X), telah sukses diaplikasikan untuk mengetahui posisi struktur utama serta memetakan persebaran anomali konduktif.

The MT method is an excellent geophysical method commonly used in geothermal exploration. However, the method presents a challenge in pinpointing the conductive zone in an area based on either 2-D or 3-D inversion result, as a consequence of the tendency of electromagnetic (EM) waves to induce currrent in a conductive layer, which leads to low penetration of MT waves into that layer. Another challenge is in improving the drilling success ratio of the geothermal exploration process. The Drilling target is heavily affected by fracture zones. Generally, the fracture zones in a geothermal system are associated with faults containing conductive materials or fluids will having low resistivity. Using the geomagnetic transfer function, also called the tipper (induction arrows), which is a transfer function that correlates the vertical (z direction) magnetic field to horizontal (x and y direction) magnetic fields, along with MT inversion results, we can determine the location of conductive anomaly. Analysis of Induction arrows on this research done on the software WinGlink. This software can display the direction and magnitude of the induction arrow. In WinGlink, Induction arrows can be displayed and analyzed in two viewing modes, namely the Maps of induction arrows for lateral analysis and Pseudo-Section of induction arrows for vertical analysis. Analysis of induction arrows with 2-D inversion, has been successfully applied to real data (X-Field) in locating the main structure and mapping the distribution of the conductive anomalies.
"
Depok: Fakultas Matematika dan Ilmu Pengetahuan Alam Universitas Indonesia, 2014
S54984
UI - Skripsi Membership  Universitas Indonesia Library
cover
Finch, Christopher
New York: NY The Monacelli Press, 2013
R 777.7 FRE c
Buku Referensi  Universitas Indonesia Library
cover
Gong, Shengrong
"This book offers a comprehensive introduction to advanced methods for image and video analysis and processing. It covers deraining, dehazing, inpainting, fusion, watermarking and stitching. It describes techniques for face and lip recognition, facial expression recognition, lip reading in videos, moving object tracking, dynamic scene classification, among others.
The book combines the latest machine learning methods with computer vision applications, covering topics such as event recognition based on deep learning,dynamic scene classification based on topic model, person re-identification based on metric learning and behavior analysis. It also offers a systematic introduction to image evaluation criteria showing how to use them in different experimental contexts.
The book offers an example-based practical guide to researchers, professionals and graduate students dealing with advanced problems in image analysis and computer vision."
Switzerland: Springer Cham, 2019
e20502429
eBooks  Universitas Indonesia Library
<<   1 2 3 4 5 6 7 8 9 10   >>