• Title/Summary/Keyword: BIN Method

Search Result 1,973, Processing Time 0.027 seconds

A High Capacity Reversible Watermarking Using Histogram Shifting (히스토그램 이동을 이용한 고용량 리버서블 워터마킹)

  • Bae, Sung-Ho
    • Journal of Korea Multimedia Society
    • /
    • v.13 no.1
    • /
    • pp.76-82
    • /
    • 2010
  • Reversible watermarking hides some information in a digital image in such a way that an authorized party could decode the hidden information and also restore the image to its original state. In this paper, a high capacity reversible watermarking method using histogram shifting is proposed. In order to increase embedding capacity, the proposed method divides the image into $2{\times}2$ blocks and uses a paring(horizontal, vertical, diagonal) inside each block, then finds a maximum embedding bin which has the most frequent difference values among the parings. Also, the proposed method removes the overflow and underflow by using location map which including the maximum embedding bin and increases the embedding capacity by embedding iteratively. The experimental results show that the proposed method provides a high embedding capacity and good visual quality compared with the conventional reversible watermarking methods.

Presentation Attack Detection (PAD) for Iris Recognition System on Mobile Devices-A Survey

  • Motwakel, Abdelwahed;Hilal, Anwer Mustafa;Hamza, Manar Ahmed;Ghoneim, Hesham E.
    • International Journal of Computer Science & Network Security
    • /
    • v.21 no.12spc
    • /
    • pp.415-426
    • /
    • 2021
  • The implementation of iris biometrics on smartphone devices has recently become an emerging research topic. As the use of iris biometrics on smartphone devices becomes more widely adopted, it is to be expected that there will be similar efforts in the research community to beat the biometric by exploring new spoofing methods and this will drive a corresponding requirement for new liveness detection methods. In this paper we addresses the problem of presentation attacks (Spoofing) against the Iris Recognition System on mobile devices and propose novel Presentation Attack Detection (PAD) method which suitable for mobile environment.

Improved Dissolution of Solid Dispersed Atorvastatin Using Spray-Dryer (분무건조기를 이용한 아토르바스타틴 고체분산체의 용출율 개선)

  • Lee, Jun-Hee;Kim, Dae-Sung;Kim, Won;Park, Jong-Hak;Ahn, Sik-Il;Kim, Yun-Tae;Rhee, John-M.;Khang, Gil-Son
    • Journal of Pharmaceutical Investigation
    • /
    • v.38 no.4
    • /
    • pp.249-254
    • /
    • 2008
  • Solid dispersions of poorly water-soluble drug, atorvastatin, were prepared with Eudragit L100 to improve the solubility by spray dryer. To investigate the correlation between physicochemical properties and dissolution rate of solid dispersions, the samples were characterized by scanning electron microscopy (SEM), differential scanning calorimeter (DSC) and fourier transform infrared spectroscopy (FT-IR). SEM and DSC were found that atorvastatin is amorphous in the Eudragit L100 solid dispersion. FT-IR was used to analyze the salt formation by interaction between atorvastatin and Eudragit L100. The dissolution rate of solid dispersed atorvastatin was markedly increased compared to drug powder in stimulated intestinal juice (pH 6.8). Thus, the solid dispersed atorvastatin using the spray drying method with Eudragit L100 may be effective for the bioavailability.

Investigation on High Transmittance Vertical Alignment (VA) display associated with Surface Polymer Stabilization (표면 고분자 안정화를 이용한 고 광효율 VA 디스플레이 연구)

  • Kim, Woo-Il;Kim, Sung-Min;Cho, In-Young;Kim, Dae-Hyun;Kwon, Dong-Won;Jeong, Yeon-Hak;Ryu, Jae-Jin;Kim, Kyeong-Hyeon;Lee, Seung-Hee
    • Proceedings of the Korean Institute of Electrical and Electronic Material Engineers Conference
    • /
    • 2009.06a
    • /
    • pp.39-40
    • /
    • 2009
  • The patterned vertical alignment (PVA) display showed good electro-optic properties such as wide viewing angle, fast response time, high Contrast Ratio. However, the device has patterned electrode on both top and bottom electrodes which requires high accuracy of assembling of top and bottom substrates in order to exhibit a high performance. So, they have disadvantage about low yield. In order to resolve these problem, in this paper, we studied about top substrate pattern free vertical alignment device associated with surface polymer stabilization using the UV curable monomer. This method shows simple progress, low cost and good electro-optic properties such as high transmittance and fast response time.

  • PDF

Molecular Effect of PVP on The Release Property of Carvedilol Solid Dispersion

  • Oh, Myeong-Jun;Shim, Jung-Bo;Lee, Eun-Yong;Yoo, Han-Na;Cho, Won-Hyung;Lim, Dong-Kyun;Lee, Dong-Won;Khang, Gil-Son
    • Journal of Pharmaceutical Investigation
    • /
    • v.41 no.3
    • /
    • pp.179-184
    • /
    • 2011
  • This study aimed to confirm the effect of molecular weight (MW) in solid dispersion of carvedilol with poly-vinylpyrrolidone (PVP) of various MW. Solid dispersion of carvedilol with PVP was prepared by spray-drying method. Scanning electron microscopy (SEM) was used to analyze the surface of solid dispersion samples. Differential scanning calorimetry (DSC) and X-ray diffraction (XRD) were used to analyze the crystalline of solid dispersion. Fourier transform infrared spectroscopy (FT-IR) was used to analyze the change of chemical structure characteristic of solid dispersion. DSC and XRD show that drug crystalline was changed. FT-IR revealed that chemical structure of solid dispersion comparing the chemical structure of drug was changed. The dissolution studies of solid dispersion presented at simulated gastric juice (pH 1.2). The dissolution rate of solid dispersion was dramatically enhanced than pure drug and the MW of PVP has an effect on the release property of carvedilol in solid dispersion. In conclusion, the present study has confirmed the effect of MW of PVP on release property of solid dispersion formulation of carvedilol with PVP.

Exploring Efficient Solutions for the 0/1 Knapsack Problem

  • Dalal M. Althawadi;Sara Aldossary;Aryam Alnemari;Malak Alghamdi;Fatema Alqahtani;Atta-ur Rahman;Aghiad Bakry;Sghaier Chabani
    • International Journal of Computer Science & Network Security
    • /
    • v.24 no.2
    • /
    • pp.15-24
    • /
    • 2024
  • One of the most significant issues in combinatorial optimization is the classical NP-complete conundrum known as the 0/1 Knapsack Problem. This study delves deeply into the investigation of practical solutions, emphasizing two classic algorithmic paradigms, brute force, and dynamic programming, along with the metaheuristic and nature-inspired family algorithm known as the Genetic Algorithm (GA). The research begins with a thorough analysis of the dynamic programming technique, utilizing its ability to handle overlapping subproblems and an ideal substructure. We evaluate the benefits of dynamic programming in the context of the 0/1 Knapsack Problem by carefully dissecting its nuances in contrast to GA. Simultaneously, the study examines the brute force algorithm, a simple yet comprehensive method compared to Branch & Bound. This strategy entails investigating every potential combination, offering a starting point for comparison with more advanced techniques. The paper explores the computational complexity of the brute force approach, highlighting its limitations and usefulness in resolving the 0/1 Knapsack Problem in contrast to the set above of algorithms.

Content-Based Image Retrieval using Color Feature of Region and Adaptive Color Histogram Bin Matching Method (영역의 컬러특징과 적응적 컬러 히스토그램 빈 매칭 방법을 이용한 내용기반 영상검색)

  • Park, Jung-Man;Yoo, Gi-Hyoung;Jang, Se-Young;Han, Deuk-Su;Kwak, Hoon-Sung
    • Proceedings of the KIEE Conference
    • /
    • 2005.10b
    • /
    • pp.364-366
    • /
    • 2005
  • From the 90's, the image information retrieval methods have been on progress. As good examples of the methods, Conventional histogram method and merged-color histogram method were introduced. They could get good result in image retrieval. However, Conventional histogram method has disadvantages if the histogram is shifted as a result of intensity change. Merged-color histogram, also, causes more process so, it needs more time to retrieve images. In this paper, we propose an improved new method using Adaptive Color Histogram Bin Matching(AHB) in image retrieval. The proposed method has been tested and verified through a number of simulations using hundreds of images in a database. The simulation results have Quickly yielded the highly accurate candidate images in comparison to other retrieval methods. We show that AHB's can give superior results to color histograms for image retrieval.

  • PDF

Continuous element method for aeroacoustics' waves in confined ducts

  • Khadimallah, Mohamed A.;Harbaoui, Imene;Casimir, Jean B.;Taieb, Lamjed H.;Hussain, Muzamal;Tounsi, Abdelouahed
    • Advances in nano research
    • /
    • v.13 no.4
    • /
    • pp.341-350
    • /
    • 2022
  • The continuous elements method, also known as the dynamic stiffness method, is effective for solving structural dynamics problems, especially over a large frequency range. Before applying this method to fluid-structure interactions, it is advisable to check its validity for pure acoustics, without considering the different coupling parameters. This paper describes a procedure for taking wave propagation into account in the formulation of a Dynamic Stiffness Matrix. The procedure is presented in the context of the harmonic response of acoustic pressure. This development was validated by comparing the harmonic response calculations performed using the continuous element model with the analytical solution. In addition, this paper illustrates the application of this method to a simple compressible flow problem, since it has been applied solely to structural problems to date.

Method of Object Identification Using Joint Data of Multi-Joint Robotic Gripper for Bin-picking (빈-피킹을 위한 다관절 로봇 그리퍼의 관절 데이터를 이용한 물체 인식 기법)

  • Park, Jongwoo;Park, Chanhun;Park, Dong Il;Kim, DooHyung
    • Journal of the Korean Society of Manufacturing Technology Engineers
    • /
    • v.25 no.6
    • /
    • pp.522-531
    • /
    • 2016
  • In this study, we propose an object identification method for bin-picking developed for industrial robots. We identify the grasp posture and the associated geometric parameters of grasp objects using the joint data of a robotic gripper. Prior to grasp identification, we analyze the grasping motion in a low-dimensional space using principle component analysis (PCA) to reduce the dimensions. We collected the joint data from a human hand to demonstrate the grasp-identification algorithm. For data acquisition of the human grasp data, we conducted additional research on the motion characteristics of a human hand. We explain the method for using the algorithm of grasp identification for bin-picking. Finally, we present a subject for future research using our proposed algorithm of grasp model and identification.

A Blind Watermarking for 3-D Mesh Sequence Using Temporal Wavelet Transform of Vertex Norms (꼭지점 좌표 벡터 크기값의 시간축 웨이블릿 변환을 이용한 3차원 메쉬 시퀀스의 블라인드 워터마킹)

  • Kim, Min-Su;Cho, Jae-Won;Prost, Remy;Jung, Ho-Youl
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.32 no.3C
    • /
    • pp.256-268
    • /
    • 2007
  • In this paper, we present a watermarking method for 3-D mesh sequences. The main idea is to transform vertex norm with the identical connectivity index along temporal axis using wavelet transform and modify the distribution of wavelet coefficients in temporally high (or middle) frequency frames according to watermark bit to be embedded. All vertices are divided into groups, namely bin, using the distribution of coefficients in low frequency frames. As the vertices with the identical connectivity index over whole frames belong to one bin, their wavelet coefficients are also assigned into the same bin. Then, the watermark is embedded into the wavelet coefficients of vertex norm. Due to the use of the distribution, our method can retrieve the hidden watermark without any information about original mesh sequences in the process of watermark detection. Through simulations, we show that the proposed is flirty robust against various attacks that are probably concerned in copyright protection of 3-D mesh sequences.