KR20160066318A - Apparatus and method for generating a random nuber using a prefer image - Google Patents

Apparatus and method for generating a random nuber using a prefer image Download PDF

Info

Publication number
KR20160066318A
KR20160066318A KR1020140170535A KR20140170535A KR20160066318A KR 20160066318 A KR20160066318 A KR 20160066318A KR 1020140170535 A KR1020140170535 A KR 1020140170535A KR 20140170535 A KR20140170535 A KR 20140170535A KR 20160066318 A KR20160066318 A KR 20160066318A
Authority
KR
South Korea
Prior art keywords
sub
image
random number
images
random
Prior art date
Application number
KR1020140170535A
Other languages
Korean (ko)
Other versions
KR101637187B1 (en
Inventor
김동영
이충희
Original Assignee
재단법인대구경북과학기술원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 재단법인대구경북과학기술원 filed Critical 재단법인대구경북과학기술원
Priority to KR1020140170535A priority Critical patent/KR101637187B1/en
Publication of KR20160066318A publication Critical patent/KR20160066318A/en
Application granted granted Critical
Publication of KR101637187B1 publication Critical patent/KR101637187B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/58Random or pseudo-random number generators
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T1/00General purpose image data processing
    • G06T1/0007Image acquisition

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computational Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Processing (AREA)

Abstract

Disclosed are an apparatus for generating a random number based on an image and a method for the same. An image-based apparatus for generating a random number according to an aspect of the present invention comprises: an image division unit which generates n sub-images by dividing an input color image by the number (n) of random numbers to be generated; an image processing algorithm selection unit which randomly selects an image processing algorithm to be applied to each of the n sub-images; an image processing unit which applies the selected image processing algorithm to each of the n sub-images, and acquires gray-scale images; and a random number calculation unit which generates n random numbers by using pixel values of the respective gray-scale images acquired from the n sub-images.

Description

이미지에 기반한 랜덤 넘버 생성장치 및 그 방법{APPARATUS AND METHOD FOR GENERATING A RANDOM NUBER USING A PREFER IMAGE}[0001] APPARATUS AND METHOD FOR GENERATING A RANDOM NUBER USING A PREFER IMAGE [0002]

본 발명은 랜덤 넘버 생성장치 및 그 방법에 관한 것으로서, 보다 상세하게는 이미지에 기반하여 랜덤 넘버를 생성하는 장치 및 그 방법에 관한 것이다.The present invention relates to a random number generation apparatus and a method thereof, and more particularly, to an apparatus and a method for generating a random number based on an image.

난수 생성기(RNG)는 다양한 전자 기기에 사용될 수 있는데, 이를테면 복권기계, 도박 기계, 과학적 모델링 시뮬레이션, 재정 모델링 시뮬레이션, 프로그램이나 알고리즘 테스트, 방정식의 풀이, 및 컴퓨터 보안과 같은 것들에 사용될 수 있다. 암호화 난수 생성기는 컴퓨터 보안 응용예들에 보다 적합할 수 있는데, 이를테면 암호, 디지털 서명(부인봉쇄(non-repudiation)를 포함), 개인 통신 프로토콜, 및 메시지 무결성과 같은 것들이다. Random number generators (RNGs) can be used in a variety of electronic devices, such as lottery machines, gambling machines, scientific modeling simulations, financial modeling simulations, program or algorithm testing, solving equations, and computer security. Encrypted random number generators may be more suited to computer security applications such as cryptography, digital signatures (including non-repudiation), personal communication protocols, and message integrity.

난수(Random Number)는 어느 유한 개의 수로 조립된 수의 계열로, 거기에는 주기성이 없고 각각의 수치 값은 그 이전에 출현한 수의 배열에 관계 없이 독립적으로 정해진다. 이것에는 이론적인 분포에 따르는 난수(일양 안수, 지수 난수, 프와송 난수, 정규 난수 등)나 경험적으로 산출될 수 있는 난수가 있다.A random number is a series of numbers assembled into a finite number of numbers, with no periodicity, and each numerical value is independently determined regardless of the arrangement of numbers that preceded it. This includes random numbers (such as ordinal numbers, exponential numbers, Pawsong random numbers, regular random numbers, etc.) or empirically derived random numbers according to the theoretical distribution.

다시 말해, 난수는 무작위성(randomness)을 가진 비트 열(bit sequence) 또는 그 비트 열에 해당하는 수를 의미한다.In other words, a random number means a bit sequence having a randomness or a number corresponding to the bit string.

난수 생성기는 쉽게 말해 무작위로 암호를 생성해 내 특수한 키 없이 이를 알아낼 수 없게 만드는 장치다. 지금까지는 높은 제품 단가를 비롯해 CPU 성능, 메모리 같은 디바이스의 물리적 제약성으로 인해 많은 영역에서 의사난수(Pseudo Random Number) 생성기를 활용했지만 그 한계로 인해 순수 난수생성(TRNG: true random number generation)의 시대가 열릴 조짐이다.A random number generator is a device that makes it impossible to generate a random password without knowing it without my special key. Until now, pseudo random number generators have been used in many areas due to high product price, CPU performance, and physical limitations of devices such as memory. However, due to their limitations, the era of true random number generation (TRNG) It is a sign to open.

한편, 진정한 의미의 난수 생성기는 다음 세 가지 조건을 갖춰야 한다.On the other hand, a true random number generator should have the following three conditions.

첫째, 비트가 생성되기 이전에 어떤 비트 값을 가질지 예측이 불가능해야 (unpredictable)한다.First, it must be unpredictable which bit value to have before the bit is generated.

둘째, 이전에 생성된 비트 값과 이후에 생성될 비트 값 간의 상관관계가 전혀 없어야(uncorrelated) 한다.Second, there is no correlation between the previously generated bit value and the bit value to be generated later (uncorrelated).

셋째, 생성된 비트 열이 어느 한 비트로 편향되지 않아야(unbiased) 한다.Third, the generated bit stream should be unbiased to any one bit.

예컨대, 의사난수 생성기는 미리 정해진 순서에 따라 난수를 생성하는데, 입력되는 시드(Seed)에 따라 일정한 난수가 만들어진다는 점에서 전술한 세 가지 조건을 충족하기 힘들다. For example, the pseudo-random number generator generates a random number according to a predetermined order, and it is difficult to satisfy the three conditions described above because a constant random number is generated according to the input seed.

또한, 순수 난수 생성기의 경우, 난수 생성의 상관관계가 전혀 없다는 면에서 전술한 세 가지 조건을 충족하지만 난수를 생성하기 위해 엄청난 연산량이 요구되기 때문에 CPU 성능 등의 자원 활용에 한계가 있다.In addition, in the case of a pure random number generator, since there is no correlation between random number generation, the above three conditions are satisfied, but a large amount of computation is required to generate random numbers, which limits resource utilization such as CPU performance.

상술한 문제점을 해결하기 위한 본 발명은 입력된 영상 이미지를 분할한 서브 영상 각각에 랜덤하게 선택된 영상처리 알고리즘을 적용하여 처리된 결과를 이용하여 랜덤 넘버를 생성함으로써, 기존의 의사난수 생성기에 비해 난수 생성의 임의성이 향상된 랜덤 넘버 생성장치 및 그 방법을 제공하는 것을 목적으로 한다.According to an aspect of the present invention, there is provided a method of generating a random number by applying a randomly selected image processing algorithm to each sub-image obtained by dividing an input image, And a random number generation apparatus with improved randomness of generation and a method thereof.

본 발명의 목적은 이상에서 언급한 목적으로 제한되지 않으며, 언급되지 않은 또 다른 목적들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.The objects of the present invention are not limited to the above-mentioned objects, and other objects not mentioned can be clearly understood by those skilled in the art from the following description.

전술한 목적을 달성하기 위한 본 발명의 일 면에 따른 이미지에 기반한 랜덤 넘버 생성장치는, 입력 컬러 영상을 생성하고자 하는 랜덤 넘버의 개수(n)만큼 분할하여 n개의 서브 영상을 생성하는 영상 분할부와; 상기 n개의 서브 영상 각각에 적용될 영상처리 알고리즘을 랜덤하게 선택하는 영상처리 알고리즘 선택부와; 상기 n개의 서브 영상 각각에 선택된 영상처리 알고리즘을 적용하여 그레이 스케일 영상(gray-scale image)를 획득하는 영상 처리부와; 및 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값을 이용하여 n개의 랜덤 넘버를 생성하는 랜덤 넘버 연산부를 포함한다.According to an aspect of the present invention, there is provided an apparatus for generating a random number based on an image, comprising: an image division unit for dividing an input color image by a number (n) of random numbers to be generated, Wow; An image processing algorithm selection unit for randomly selecting an image processing algorithm to be applied to each of the n sub images; An image processor for applying a selected image processing algorithm to each of the n sub-images to obtain a gray-scale image; And a random number operation unit for generating n random numbers using pixel values of each of the n sub-images converted into gray scale.

상기 랜덤 넘버 연산부는, 그레이 스케일로 변환된 n개의 서브 영상 각각을 적분 영상으로 변환하여, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 대한 화소 값 합(sum)을 연산한다.The random number operation unit converts each of the n sub-images converted into gray scale into an integral image, and calculates a sum of pixel values for each of the n sub-images converted into the gray scale.

또한, 상기 랜덤 넘버 연산부는 상기 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값 합에 mod 연산을 수행하여 n개의 랜덤 넘버를 생성한다.In addition, the random number calculator performs a mod operation on the pixel value sum of each of the n sub-images converted into the gray scale to generate n random numbers.

상기 랜덤 넘버 연산부는, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 랜덤하게 순서를 배정하고, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정한다.The random number operation unit randomly allocates an order to each of the n sub-images converted into the gray scale, and determines a digit place in which the n random numbers are to be arranged according to the assigned order.

본 발명의 일 면에 따른 이미지에 기반한 랜덤 넘버 생성장치는 상기 n개의 서브 영상 각각에 랜덤하게 순서를 배정하는 순서 배정부를 더 포함하되, 상기 랜덤 넘버 연산부는, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리를 결정할 수 있다.The apparatus for generating a random number based on an image according to an aspect of the present invention further includes an ordering unit for randomly assigning order to each of the n sub-images, wherein the random number calculating unit calculates You can determine the digit position where the random number will be placed.

한편, 본 발명의 다른 면에 따른 이미지에 기반한 랜덤 넘버 생성방법은, (a) 입력 컬러 영상을 생성하고자 하는 랜덤 넘버의 개수(n)만큼 분할하여 n개의 서브 영상을 생성하는 단계와; (b) 상기 n개의 서브 영상 각각에 적용될 영상처리 알고리즘을 랜덤하게 선택하는 단계와; (c) 상기 n개의 서브 영상 각각에 선택된 영상처리 알고리즘을 적용하여 그레이 스케일 영상(gray-scale image)를 획득하는 단계와; 및 (d) 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값을 이용하여 n개의 랜덤 넘버를 생성하는 단계를 포함한다.According to another aspect of the present invention, there is provided a method of generating a random number based on an image, the method comprising the steps of: (a) generating n sub-images by dividing an input color image by a number n of random numbers to be generated; (b) randomly selecting an image processing algorithm to be applied to each of the n sub-images; (c) applying a selected image processing algorithm to each of the n sub-images to obtain a gray-scale image; And (d) generating n random numbers using the pixel values of each of the n sub-images converted to gray scale.

상기(d) 단계는, 그레이 스케일로 변환된 n개의 서브 영상 각각을 적분 영상으로 변환하여, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 대한 화소 값 합(sum)을 연산하는 단계와; 상기 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값 합에 mod 연산을 수행하여 n개의 랜덤 넘버를 생성하는 단계를 포함한다.The step (d) may include converting each of the n sub-images converted to gray scale into an integral image, and calculating a sum of pixel values for each of the n sub-images converted into the gray scale; And modulating the pixel value sum of each of the n sub-images converted into the gray scale to generate n random numbers.

또한, 상기 (d) 단계는, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 랜덤하게 순서를 배정하고, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정하는 단계를 포함한다.In the step (d), a random order is assigned to each of the n sub-images converted into the gray scale, and a digit place in which the n random numbers are arranged is determined according to the assigned order .

본 발명의 다른 면에 따른 이미지에 기반한 랜덤 넘버 생성방법은, 상기 n개의 서브 영상 각각에 랜덤하게 순서를 배정하는 단계를 더 포함할 수 있다. 이 때, 상기 (d) 단계는, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정하는 단계를 포함한다.The method of generating a random number based on an image according to another aspect of the present invention may further include the step of assigning a random order to each of the n sub-images. In this case, the step (d) includes determining a digit place in which the n random numbers are arranged according to the assigned order.

본 발명에 따르면, 입력된 영상 이미지를 분할한 서브 영상 각각에 랜덤하게 선택된 영상처리 알고리즘을 적용하여 처리된 결과를 이용하여 랜덤 넘버를 생성함으로써, 기존의 의사난수 생성기에 비해 난수 생성의 임의성을 향상시킬 수 있다.According to the present invention, a random number is generated by applying a randomly selected image processing algorithm to each divided sub-image, and the processed random number is generated, thereby improving the randomness of random number generation compared to a conventional pseudo random number generator .

도 1은 본 발명의 실시예에 따른 이미지에 기반한 랜덤 넘버 생성장치를 도시한 블럭도.
도 2는 본 발명의 실시예 따른 이미지에 기반한 랜덤 넘버 생성방법을 도시한 흐름도.
도 3은 본 발명의 실시예에 따라 6자리의 랜덤 넘버가 생성되는 과정을 설명하기 위한 도면.
도 4는 본 발명의 실시예에 따른 이미지에 기반한 랜덤 넘버 생성방법이 실행되는 컴퓨터 장치의 구성을 도시한 도면.
1 is a block diagram illustrating an image-based random number generation apparatus in accordance with an embodiment of the present invention.
2 is a flow chart illustrating a method of generating a random number based on an image in accordance with an embodiment of the present invention.
FIG. 3 is a diagram illustrating a process of generating a 6-digit random number according to an embodiment of the present invention. FIG.
4 is a diagram showing the configuration of a computer apparatus in which a random number generation method based on an image according to an embodiment of the present invention is executed.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나 본 발명은 이하에서 개시되는 실시예들에 한정되는 것이 아니라 서로 다른 다양한 형태로 구현될 것이며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하며, 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자에게 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 기재에 의해 정의된다. 한편, 본 명세서에서 사용된 용어는 실시예들을 설명하기 위한 것이며 본 발명을 제한하고자 하는 것은 아니다. 본 명세서에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다. 명세서에서 사용되는 "포함한다(comprises)" 또는 "포함하는(comprising)"은 언급된 구성요소, 단계, 동작 및/또는 소자 이외의 하나 이상의 다른 구성요소, 단계, 동작 및/또는 소자의 존재 또는 추가를 배제하지 않는다.BRIEF DESCRIPTION OF THE DRAWINGS The advantages and features of the present invention and the manner of achieving them will become apparent with reference to the embodiments described in detail below with reference to the accompanying drawings. The present invention may, however, be embodied in many different forms and should not be construed as being limited to the embodiments set forth herein. Rather, these embodiments are provided so that this disclosure will be thorough and complete, and will fully convey the scope of the invention to those skilled in the art. And is provided to fully convey the scope of the invention to those skilled in the art, and the present invention is defined by the claims. It is to be understood that the terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. In the present specification, the singular form includes plural forms unless otherwise specified in the specification. It is noted that " comprises, " or "comprising," as used herein, means the presence or absence of one or more other components, steps, operations, and / Do not exclude the addition.

이하, 본 발명의 바람직한 실시예를 첨부된 도면들을 참조하여 상세히 설명한다. 우선 각 도면의 구성요소들에 참조부호를 부가함에 있어서, 동일한 구성요소들에 대해서는 비록 다른 도면상에 표시되더라도 가급적 동일한 부호를 부여하고 또한 본 발명을 설명함에 있어, 관련된 공지 구성 또는 기능에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있는 경우에는 그 상세한 설명은 생략한다.Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In the drawings, like reference numerals refer to like elements throughout. In the drawings, like reference numerals are used to denote like elements, and in the description of the present invention, In the following description, a detailed description of the present invention will be omitted.

도 1은 본 발명의 실시예에 따른 이미지에 기반한 랜덤 넘버 생성장치를 도시한 블럭도이다.1 is a block diagram illustrating an image-based random number generation apparatus according to an embodiment of the present invention.

도 1을 참조하면, 본 발명의 일 실시예에 따른 이미지에 기반한 랜덤 넘버 생성장치는 영상 분할부(10), 알고리즘 선택부(20), 영상 처리부(30) 및 랜덤 넘버 연산부(40)를 포함한다. 또한, 랜덤 넘버 생성장치는 상기 영상 분할부(10)에서 분할된 n개의 서브 영상 각각에 랜덤하게 순서를 배정하는 순서 배정부(50)를 더 포함할 수도 있다.1, an image-based random number generation apparatus according to an embodiment of the present invention includes an image division unit 10, an algorithm selection unit 20, an image processing unit 30, and a random number calculation unit 40 do. The random number generation apparatus may further include an order assigning unit 50 for randomly assigning order to each of the n sub-images divided by the image dividing unit 10.

영상 분할부(10)는 입력된 컬러 영상 이미지를 복수의 서브 영상으로 분리한다. 예컨대, n개(혹은 n 자릿수)의 랜덤 넘버가 필요하다고 가정하면, 영상 분할부(10)는 입력된 컬러 영상 이미지를 n개의 서브 영상으로 분리한다. 이 때, 컬러 영상 이미지는 동일한 면적을 갖는 n개의 서브 영상으로 분리될 수 있으며, 다른 예로 랜덤하게 선정된 면적을 갖는 n개의 서브 영상으로 분리될 수도 있다. The image divider 10 divides the input color image into a plurality of sub images. For example, if it is assumed that n (or n-digit) random numbers are required, the image divider 10 divides the input color image into n sub-images. In this case, the color image may be divided into n sub-images having the same area, or may be divided into n sub-images having a randomly selected area.

즉, 영상 분할부(10)는 입력된 컬러 영상 이미지를 n개의 서브 영상으로 등분할 수 있으나, n개의 서브 영상이 동일한 면적을 가지면서 분할될 필요는 없으며, 필요에 따라 서로 다른 면적을 갖도록 분할될 수 있음에 유의해야 할 것이다. That is, although the image divider 10 can divide the input color image into n sub-images, it is not necessary that the n sub-images have the same area, and if necessary, It should be noted that

순서 배정부(50)는 분할된 n개의 서브 영상 각각에 랜덤하게 순서를 배정한다. 예컨대, 입력된 컬러 영상의 좌상측으로부터 우하측 방향으로 순서가 배정될 수 있다. 이와는 달리, 입력된 컬러 영상의 우하측으로부터 좌상측 방향으로 순서가 배정될 수 있으며 분할된 서브 영상에 대한 순서의 배정은 랜덤하게 수행될 수 있음에 유의해야 한다. Order arranging unit 50 randomly assigns order to each of n divided sub-images. For example, the order can be assigned from the upper left side to the lower right side of the input color image. Alternatively, it is noted that the order may be assigned from the lower-right side to the upper-left side of the input color image, and the assignment of the order for the divided sub-images may be performed randomly.

한편, 서브 영상에 배정된 순서는 각 서브 영상으로부터 생성된 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정하는데 이용된다. 예컨대, 6자리의 랜덤 넘버를 생성하는데 있어 최좌상측에 위치한 서브 영상에 '1'이란 순서가 배정되고, 최우하측에 위치한 서브 영상에 '6'이란 순서가 순서대로 배정된 경우를 가정하자.On the other hand, the order assigned to the sub-images is used to determine the digit place in which the random number generated from each sub-image is to be placed. For example, assume that a sequence of '1' is assigned to the sub-image located at the upper left and a sequence of '6' is assigned to the sub-image positioned at the highest and lower position in order to generate the 6-digit random number.

이 경우, 최좌상측에 위치한 서브 영상(순서 1)에서 생성된 랜덤 넘버가 'a' 최우하측에 위치한 서브 영상(순서 6)에서 생성된 랜덤 넘버를 'b'라고 한다면, 최종적으로 생성되는 랜덤 넘버는 'axxxxb'와 같은 값을 가질 수 있다. In this case, if the random number generated in the subimage (procedure 6) with the random number generated in the uppermost left subimage (sequence 1) located at the highest and lowest position of 'a' is 'b' The number can have the same value as 'axxxxb'.

한편, 본 실시예에서는 최종적으로 생성되는 랜덤 넘버가 순서(1)-순서(2)-순서(3)-순서(4)-순서(5)-순서(6) 순으로 배치되는 것으로 설명하였지만, 배치 순서 역시 랜덤하게 결정될 수 있음에 유의해야 할 것이다. In the present embodiment, the random numbers finally generated are arranged in the order of (1) - (2) - (3) - (4) - (5) - (6) It should be noted that the placement order can also be determined at random.

영상처리 알고리즘 선택부(20)는 분할된 각 서브 영상에 적용될 영상처리 알고리즘을 랜덤하게 선택한다. 각 서브 영상에 적용될 영상처리 알고리즘은 컬러 영상을 그레이 스케일(gray-scale) 변환시키기 위한 알고리즘을 의미한다. 예컨대, 이러한 알고리즘으로 널 변환(Null Transformation), 역 변환(Inverse Transformation), 대수 변환(Logarithm Transformation), 감마 상관관계 변환(Gamma Correlation Transformation), 비트 플레인 슬라이싱 변환(Bit Plane Slicing Transformation) 등이 있을 수 있다. The image processing algorithm selection unit 20 randomly selects an image processing algorithm to be applied to each divided sub image. The image processing algorithm to be applied to each sub-image means an algorithm for gray-scale conversion of a color image. For example, such an algorithm may include Null Transformation, Inverse Transformation, Logarithm Transformation, Gamma Correlation Transformation, and Bit Plane Slicing Transformation. have.

영상 처리부(30)는 상기 n개의 서브 영상 각각에 선택된 영상처리 알고리즘을 적용하여 n개의 서브 영상에 대한 그레이 스케일 영상(gray-scale image)를 획득한다.The image processing unit 30 applies a selected image processing algorithm to each of the n sub-images to obtain a gray-scale image of n sub-images.

랜덤 넘버 연산부(40)는 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값을 이용하여 n개의 랜덤 넘버를 생성한다.The random number calculator 40 generates n random numbers using the pixel values of each of the n sub-images converted into gray scale.

상기 랜덤 넘버 연산부는(40)는 그레이 스케일로 변환된 n개의 서브 영상 각각을 적분 영상으로 변환하여, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 대한 화소 값 합(sum)을 연산하고, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값 합에 mod 연산을 수행하여 n개의 랜덤 넘버를 생성한다.The random number operation unit 40 converts each of the n sub-images converted into gray scale into an integral image, calculates a sum of pixel values for each of the n sub-images converted into the gray scale, The n number of random numbers are generated by performing a mod operation on the pixel value sum of each of the n sub-images converted into the gray scale.

그리고 상기 랜덤 넘버 연산부(40)는 생성된 n개의 랜덤 넘버의 숫자 자리(digit place)를 결정하여 이에 따라 n개의 랜덤 넘버를 배치한다. 이 때, 상기 랜덤 넘버 연산부(40)는 그레이 스케일로 변환된 n개의 서브 영상 각각에 랜덤하게 순서를 배정하고 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정할 수 있다. The random number calculator 40 determines a digit place of the generated n random numbers and arranges n random numbers accordingly. At this time, the random number calculator 40 may randomly assign an order to each of the n sub-images converted into gray scale and determine a digit place in which the n random numbers are to be arranged according to the assigned order have.

생성된 랜덤 넘버가 배치될 숫자 자리는 전술한 바와 같이 순서 배정부(50)가 n개의 서브 영상 각각에 먼저 배정하도록 구현될 수 있지만, 이와 달리 랜덤 넘버 연산부(40)에서 그레이 스케일로 변환된 n개의 서브 영상 각각에 배정하는 것으로 구현될 수 있다. 이 경우 상기 순서 배정부(50)의 구성은 필요하지 않게 된다. The number place in which the generated random number is to be arranged may be implemented so that the ordering unit 50 first allocates each of the n sub-images as described above. Alternatively, the random number calculator 40 converts n To each of the sub-images. In this case, the arrangement of the order arranging unit 50 is not required.

이하, 본 발명의 실시예에 따라 이미지에 기반하여 랜덤 넘버가 생성되는 과정을 도 2 및 도 3을 참조하여 설명한다. Hereinafter, a process of generating a random number based on an image according to an embodiment of the present invention will be described with reference to FIGS. 2 and 3. FIG.

도 2는 본 발명의 실시예 따른 이미지에 기반한 랜덤 넘버 생성방법을 도시한 흐름도이고, 도 3은 본 발명의 실시예에 따라 6자리의 랜덤 넘버가 생성되는 과정을 설명하기 위한 도면이다. FIG. 2 is a flowchart illustrating an image-based random number generation method according to an embodiment of the present invention. FIG. 3 illustrates a process of generating a 6-digit random number according to an exemplary embodiment of the present invention.

먼저, 도 2를 참조하면 영상 분할부(10)는 입력된 컬러 영상 이미지를 복수의 서브 영상으로 분리한다(S10).First, referring to FIG. 2, the image divider 10 divides an input color image into a plurality of sub images (S10).

예컨대, 6개(자리)의 랜덤 넘버가 필요하다고 가정하면, 도 3에 도시된 바와 같이 입력 영상은 6개의 서브 영상으로 분할된다. 이 때, 컬러 영상 이미지는 동일한 면적을 갖는 6개의 서브 영상으로 분리될 수 있으며, 다른 예로 랜덤하게 선정된 면적을 갖는6개의 서브 영상으로 분리될 수도 있다. 도 3에는 동일한 면적을 갖도록 6등분된 서브 영상이 예시적으로 도시된다. 이하에서는 등분 분할된 서브 영상을 기초로 랜덤 넘버를 생성하는 과정을 설명한다.For example, assuming that six random numbers are required, the input image is divided into six sub-images as shown in FIG. In this case, the color image may be divided into six sub-images having the same area, or may be divided into six sub-images having a randomly selected area. In Fig. 3, sub-images divided into six equal parts having the same area are exemplarily shown. Hereinafter, a process of generating a random number based on the divided sub-images will be described.

그리고, 순서 배정부(50)는 분할된 6개의 서브 영상 각각에 랜덤하게 순서를 배정한다(S20). 예컨대, 입력된 컬러 영상의 좌상측으로부터 우하측 방향으로 순서가 배정될 수 있다. 이와는 달리, 입력된 컬러 영상의 우하측으로부터 좌상측 방향으로 순서가 배정될 수 있으며 분할된 서브 영상에 대한 순서의 배정은 랜덤하게 수행될 수 있음에 유의해야 한다. Then, the order arranging unit 50 randomly assigns the order to each of the six divided sub-images (S20). For example, the order can be assigned from the upper left side to the lower right side of the input color image. Alternatively, it is noted that the order may be assigned from the lower-right side to the upper-left side of the input color image, and the assignment of the order for the divided sub-images may be performed randomly.

도 3에는 입력된 컬러 영상의 좌상측으로부터 우하측 방향으로 순서가 배정된 결과가 예시적으로 도시된다. 즉, 입력 영상의 최좌상측에 위치한 서브 영상에 '1'이란 순서가 배정되고, 최우하측에 위치한 서브 영상에 '6'이란 순서가 순서대로 배정된다.Fig. 3 shows an example in which the order is assigned from the upper left to the lower right of the input color image. That is, the order of '1' is assigned to the sub-image located at the upper left of the input image, and the order of '6' is assigned to the sub-image located at the farthest lower position.

이어, 영상처리 알고리즘 선택부(20)는 분할된 각 서브 영상에 적용될 영상처리 알고리즘을 랜덤하게 선택한다(S30).Then, the image processing algorithm selection unit 20 randomly selects an image processing algorithm to be applied to each sub-image segmented (S30).

각 서브 영상에 적용될 영상처리 알고리즘은 컬러 영상을 그레이 스케일(gray-scale) 변환시키기 위한 알고리즘을 의미한다. 예컨대, 이러한 알고리즘으로 널 변환(Null Transformation), 역 변환(Inverse Transformation), 대수 변환(Logarithm Transformation), 감마 상관관계 변환(Gamma Correlation Transformation), 비트 플레인 슬라이싱 변환(Bit Plane Slicing Transformation) 등이 있을 수 있다.The image processing algorithm to be applied to each sub-image means an algorithm for gray-scale conversion of a color image. For example, such an algorithm may include Null Transformation, Inverse Transformation, Logarithm Transformation, Gamma Correlation Transformation, and Bit Plane Slicing Transformation. have.

예컨대, 제1 서브 영상(a)에 적용될 영상처리 알고리즘으로 널 변환 알고리즘이 선택되고, 제2 서브 영상(b)에 적용될 영상처리 알고리즘으로는 역 변환 알고리즘, 제6 서브 영상(f)에 적용될 영상처리 알고리즘으로는 감마 상관관계 변환 알고리즘이 선택될 수 있다. For example, a null transformation algorithm is selected as an image processing algorithm to be applied to the first sub-image a, and an inverse transformation algorithm, an image to be applied to the sixth sub-image f, As a processing algorithm, a gamma correlation transformation algorithm may be selected.

이와 같이, 각 서브 영상에 적용될 영상처리 알고리즘을 랜덤하게 선택함으로써, 각 서브 영상에서 생성되는 랜덤 넘버의 임의성을 증대시킬 수 있다. As described above, the randomness of the random number generated in each sub-image can be increased by randomly selecting the image processing algorithm to be applied to each sub-image.

그리고 영상 처리부(30)는 상기 6개의 서브 영상 각각에 선택된 영상처리 알고리즘을 적용하여 6개의 서브 영상에 대한 그레이 스케일 영상(gray-scale image)를 획득한다(S40).Then, the image processing unit 30 obtains a gray-scale image of the six sub-images by applying the selected image processing algorithm to each of the six sub-images (S40).

다음으로, 랜덤 넘버 연산부(40)는 그레이 스케일로 변환된 6개의 서브 영상 각각의 화소 값을 이용하여 6개의 랜덤 넘버를 생성한다(S50).Next, the random number calculator 40 generates six random numbers using the pixel values of the six sub-images converted into gray scale (S50).

6개의 서브 영상을 이용하여 6개의 랜덤 넘버를 생성하는 과정은 각각의 서브 영상의 화소 값의 합(sum)을 연산을 통해 수행될 수 있다. 도 3에 도시된 바와 같이 그레이 스케일 변환된 서브 영상의 각 픽셀은 0에서 255 사이의 화소 값을 갖는데, 각 서브 영상에 대한 적분 영상을 구함으로써 용이하게 화소 값의 합을 연산할 수 있다. The process of generating six random numbers using six sub-images can be performed by calculating a sum of pixel values of each sub-image. As shown in FIG. 3, each pixel of the gray-scale-converted sub-image has a pixel value ranging from 0 to 255. The sum of pixel values can be easily calculated by obtaining an integral image for each sub-image.

여기서, 적분 영상(integral image)은 각 픽셀에 이전 픽셀까지의 화소 값의 합이 더해진 영상을 의미한다. 예컨대, 화소 값은 최좌상측에 위치한 픽셀의 화소 값을 시작으로 합 연산되고, 이에 따라 최우하측에 위치한 픽셀에 모든 픽셀의 화소 값의 합이 할당된다. Here, the integral image means an image in which the sum of pixel values up to the previous pixel is added to each pixel. For example, the pixel value is summed starting from the pixel value of the pixel located at the upper left side, and the sum of the pixel values of all the pixels is assigned to the pixel located at the bottommost position.

그리고, 랜덤 넘버 연산부(40)는 6개의 서브 영상 각각에서 연산된 화소 값의 합에 mod 연산을 수행하여 6개의 랜덤 넘버를 생성한다. The random number calculator 40 performs a mod operation on the sum of the pixel values calculated in each of the six sub images to generate six random numbers.

예컨대, 도 3에 도시된 바와 같이 제1 서브 영상(a)에서 연산된 화소 값의 합이 87, 제2 서브 영상(b)의 화소 값의 합이 1593, 제3 서브 영상(c)의 화소 값의 합이 8, 제4 서브 영상(d)의 화소 값의 합이 781, 제5 서브 영상(e)의 화소 값의 합이 833, 제6 서브 영상(f)의 화소 값이 합이 5라고 가정하자. 3, the sum of the pixel values calculated in the first sub-image a is 87, the sum of the pixel values of the second sub-image b is 1593, the pixel of the third sub-image c, (D) is 781, the sum of the pixel values of the fifth sub-image (e) is 833, and the sum of the pixel values of the sixth sub-image (f) is 5 .

mod 연산은 기 설정된 값(예컨대, 11)을 이용한 나머지 연산을 나타내는 것으로서, a mod b라고 하면, a를 b로 나누었을 때의 나머지를 의미한다. 이에 따라, 각 서브 영상에서 mod 연산을 수행한 결과를 나타내면, 제1 서브 영상(a)에서는 화소 값의 합 87을 11로 나눈 나머지인 10이 연산 결과 출력될 것이다. The mod operation represents a remaining operation using a predetermined value (for example, 11), and a mod b means a remainder when a is divided by b. Accordingly, if the result of performing the mod operation on each sub-image is shown, in the first sub-image (a), the result obtained by dividing the sum 87 of the pixel values by 11 and the remainder of 10 will be output.

마찬가지로, 제2 서브 영상(b)에서는 9, 제3 서브 영상(c)에서는 9, 제4 서브 영상(d)에서는 0, 제5 서브 영상(e)에서는 8, 제6 서브 영상(f)에서는 5가 mod 연산 결과 출력된다. Similarly, in the second sub-image b, 9, 9 in the third sub-image c, 0 in the fourth sub-image d, 8 in the fifth sub-image e, 5 is output as a mod operation result.

이후, 랜덤 넘버 연산부(40)는 각 서브 영상에서 출력된 랜덤 넘버를 단계 S20에서 배정된 순서대로 배치한다. 그 결과 도 3에 도시된 바와 같이 10/9/8/0/8/5와 같은 결과가 출력된다. Thereafter, the random number calculator 40 arranges the random numbers output from the respective sub images in the order assigned in step S20. As a result, a result such as 10/9/8/0/8/5 is output as shown in Fig.

상기 실시예에서는 단계 S20에서 분할된 각 서브 영상에서 숫자 자리를 결정할 순서를 배정하는 것으로 설명하였다. In the above embodiment, it has been described that the order of determining the digit position in each sub-image segmented in step S20 is allocated.

그러나, 다른 실시예로서, S50 단계에서 그레이 스케일로 변환된 각 서브 영상에서 숫자 자리를 결정한 후, 결정된 숫자 자리의 순서대로 생성된 랜덤 넘버를 배치할 수도 있다. 이 실시예에서는 단계 S20은 필요하지 않음에 유의해야 한다.However, as another embodiment, it is also possible to arrange the random numbers generated in the order of the determined numerical digits after determining the numerical digits in each sub-image converted to gray scale in step S50. It should be noted that step S20 is not necessary in this embodiment.

한편, 본 발명의 실시예에 따른 이미지에 기반한 랜덤 넘버 생성방법은 컴퓨터 시스템에서 구현되거나, 또는 기록매체에 기록될 수 있다. 도 4에 도시된 바와 같이, 컴퓨터 시스템은 적어도 하나 이상의 프로세서(121)와, 메모리(123)와, 사용자 입력 장치(126)와, 데이터 통신 버스(122)와, 사용자 출력 장치(127)와, 저장소(128)를 포함할 수 있다. 전술한 각각의 구성 요소는 데이터 통신 버스(122)를 통해 데이터 통신을 한다.Meanwhile, the image-based random number generation method according to the embodiment of the present invention can be implemented in a computer system or recorded on a recording medium. 4, the computer system includes at least one processor 121, a memory 123, a user input device 126, a data communication bus 122, a user output device 127, And may include a storage 128. Each of the above-described components performs data communication via the data communication bus 122. [

컴퓨터 시스템은 네트워크에 커플링된 네트워크 인터페이스(129)를 더 포함할 수 있다. 상기 프로세서(121)는 중앙처리 장치(central processing unit (CPU))이거나, 혹은 메모리(123) 및/또는 저장소(128)에 저장된 명령어를 처리하는 반도체 장치일 수 있다. The computer system may further include a network interface 129 coupled to the network. The processor 121 may be a central processing unit (CPU) or a semiconductor device that processes instructions stored in the memory 123 and / or the storage 128.

상기 메모리(123) 및 상기 저장소(128)는 다양한 형태의 휘발성 혹은 비휘발성 저장매체를 포함할 수 있다. 예컨대, 상기 메모리(123)는 ROM(124) 및 RAM(125)을 포함할 수 있다.The memory 123 and the storage 128 may include various forms of volatile or nonvolatile storage media. For example, the memory 123 may include a ROM 124 and a RAM 125.

따라서, 본 발명의 실시예에 따른 이미지에 기반한 랜덤 넘버 생성방법은 컴퓨터에서 실행 가능한 방법으로 구현될 수 있다. 본 발명의 실시예에 따른 이미지에 기반한 랜덤 넘버 생성방법이 컴퓨터 장치에서 수행될 때, 컴퓨터로 판독 가능한 명령어들이 본 발명에 따른 인식 방법을 수행할 수 있다.Accordingly, an image-based random number generation method according to an embodiment of the present invention can be implemented in a computer-executable method. When the image-based random number generation method according to an embodiment of the present invention is performed in a computer device, computer-readable instructions can perform the recognition method according to the present invention.

한편, 상술한 본 발명에 따른 이미지에 기반한 랜덤 넘버 생성방법은 컴퓨터로 읽을 수 있는 기록매체에 컴퓨터가 읽을 수 있는 코드로서 구현되는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록 매체로는 컴퓨터 시스템에 의하여 해독될 수 있는 데이터가 저장된 모든 종류의 기록 매체를 포함한다. 예를 들어, ROM(Read Only Memory), RAM(Random Access Memory), 자기 테이프, 자기 디스크, 플래시 메모리, 광 데이터 저장장치 등이 있을 수 있다. 또한, 컴퓨터로 판독 가능한 기록매체는 컴퓨터 통신망으로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 읽을 수 있는 코드로서 저장되고 실행될 수 있다.Meanwhile, the above-described image-based random number generation method according to the present invention can be implemented as computer-readable codes on a computer-readable recording medium. The computer-readable recording medium includes all kinds of recording media storing data that can be decoded by a computer system. For example, there may be a ROM (Read Only Memory), a RAM (Random Access Memory), a magnetic tape, a magnetic disk, a flash memory, an optical data storage device and the like. The computer-readable recording medium may also be distributed and executed in a computer system connected to a computer network and stored and executed as a code that can be read in a distributed manner.

이상, 본 발명의 바람직한 실시예를 통하여 본 발명의 구성을 상세히 설명하였으나, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명이 그 기술적 사상이나 필수적인 특징을 변경하지 않고서 본 명세서에 개시된 내용과는 다른 구체적인 형태로 실시될 수 있다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 본 발명의 보호범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구의 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.
While the present invention has been described in connection with what is presently considered to be practical exemplary embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, It is to be understood that the invention may be embodied in other specific forms. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive. The scope of the present invention is defined by the appended claims rather than the detailed description, and all changes or modifications derived from the scope of the claims and their equivalents shall be construed as being included within the scope of the present invention.

Claims (9)

입력 컬러 영상을 생성하고자 하는 랜덤 넘버의 개수(n)만큼 분할하여 n개의 서브 영상을 생성하는 영상 분할부와;
상기 n개의 서브 영상 각각에 적용될 영상처리 알고리즘을 랜덤하게 선택하는 영상처리 알고리즘 선택부와;
상기 n개의 서브 영상 각각에 선택된 영상처리 알고리즘을 적용하여 그레이 스케일 영상(gray-scale image)를 획득하는 영상 처리부와; 및
그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값을 이용하여 n개의 랜덤 넘버를 생성하는 랜덤 넘버 연산부
를 포함하는 이미지에 기반한 랜덤 넘버 생성장치.
An image divider for dividing an input color image by a number (n) of random numbers to be generated to generate n sub images;
An image processing algorithm selection unit for randomly selecting an image processing algorithm to be applied to each of the n sub images;
An image processor for applying a selected image processing algorithm to each of the n sub-images to obtain a gray-scale image; And
A random number operation unit for generating n random numbers using the pixel values of each of the n sub-
A random number generator for generating a random number based on the image.
제1항에 있어서, 상기 랜덤 넘버 연산부는,
그레이 스케일로 변환된 n개의 서브 영상 각각을 적분 영상으로 변환하여, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 대한 화소 값 합(sum)을 연산하는 것
인 이미지에 기반한 랜덤 넘버 생성장치.

2. The apparatus of claim 1,
Converting each of the n sub-images converted into gray scale into an integral image, and calculating a sum of pixel values for each of the n sub-images converted into the gray scale
A random number generation device based on an image that is a random number.

제2항에 있어서, 상기 랜덤 넘버 연산부는,
상기 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값 합에 mod 연산을 수행하여 n개의 랜덤 넘버를 생성하는 것
인 이미지에 기반한 랜덤 넘버 생성장치.
The apparatus of claim 2, wherein the random number calculator comprises:
And performing a mod operation on the pixel value sum of each of the n sub-images converted into the gray scale to generate n random numbers
A random number generation device based on an image that is a random number.
제1항에 있어서, 상기 랜덤 넘버 연산부는,
상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 랜덤하게 순서를 배정하고, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정하는 것
인 이미지에 기반한 랜덤 넘버 생성장치.
2. The apparatus of claim 1,
Assigning a random order to each of the n sub-images converted into the gray scale, and determining a digit place in which the n random numbers are to be arranged according to the assigned order
A random number generation device based on an image that is a random number.
제1항에 있어서,
상기 n개의 서브 영상 각각에 랜덤하게 순서를 배정하는 순서 배정부를 더 포함하되,
상기 랜덤 넘버 연산부는, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리를 결정하는 것
인 이미지에 기반한 랜덤 넘버 생성장치.
The method according to claim 1,
Further comprising an ordering unit for assigning a random order to each of the n sub-images,
The random number operation unit may be configured to determine a digit position in which the n random numbers are arranged according to the assigned order
A random number generation device based on an image that is a random number.
(a) 입력 컬러 영상을 생성하고자 하는 랜덤 넘버의 개수(n)만큼 분할하여 n개의 서브 영상을 생성하는 단계와;
(b) 상기 n개의 서브 영상 각각에 적용될 영상처리 알고리즘을 랜덤하게 선택하는 단계와;
(c) 상기 n개의 서브 영상 각각에 선택된 영상처리 알고리즘을 적용하여 그레이 스케일 영상(gray-scale image)를 획득하는 단계와; 및
(d) 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값을 이용하여 n개의 랜덤 넘버를 생성하는 단계
를 포함하는 이미지에 기반한 랜덤 넘버 생성방법.
(a) generating n sub-images by dividing an input color image by a number (n) of random numbers to be generated;
(b) randomly selecting an image processing algorithm to be applied to each of the n sub-images;
(c) applying a selected image processing algorithm to each of the n sub-images to obtain a gray-scale image; And
(d) generating n random numbers using the pixel values of each of the n sub-images converted into gray scale
/ RTI > The method of claim < RTI ID = 0.0 > 1 < / RTI >
제6항에 있어서, 상기(d) 단계는,
그레이 스케일로 변환된 n개의 서브 영상 각각을 적분 영상으로 변환하여, 상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 대한 화소 값 합(sum)을 연산하는 단계와;
상기 그레이 스케일로 변환된 n개의 서브 영상 각각의 화소 값 합에 mod 연산을 수행하여 n개의 랜덤 넘버를 생성하는 단계를 포함하는 것
인 이미지에 기반한 랜덤 넘버 생성방법.
7. The method of claim 6, wherein step (d)
Converting each of the n sub-images converted into gray scale into an integral image and calculating a sum of pixel values for each of the n sub-images converted into the gray scale;
And performing a mod operation on the pixel value sum of each of the n sub-images converted into the gray scale to generate n random numbers
A method for generating a random number based on an image.
제6항에 있어서, 상기 (d) 단계는,
상기 그레이 스케일로 변환된 n개의 서브 영상 각각에 랜덤하게 순서를 배정하고, 배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정하는 단계를 포함하는 것
인 이미지에 기반한 랜덤 넘버 생성방법.
7. The method of claim 6, wherein step (d)
Assigning a random order to each of the n sub-images converted into the gray scale, and determining a digit place in which the n random numbers are to be arranged according to the assigned order
A method for generating a random number based on an image.
제6항에 있어서,
상기 n개의 서브 영상 각각에 랜덤하게 순서를 배정하는 단계를 더 포함하되,
상기 (d) 단계는,
배정된 순서에 따라 상기 n개의 랜덤 넘버가 배치될 숫자 자리(digit place)를 결정하는 단계를 포함하는 것
인 이미지에 기반한 랜덤 넘버 생성방법.
The method according to claim 6,
Further comprising assigning a random order to each of the n sub-images,
The step (d)
And determining a digit place in which to place the n random numbers according to the assigned order
A method for generating a random number based on an image.
KR1020140170535A 2014-12-02 2014-12-02 Apparatus and method for generating a random nuber using a prefer image KR101637187B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140170535A KR101637187B1 (en) 2014-12-02 2014-12-02 Apparatus and method for generating a random nuber using a prefer image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140170535A KR101637187B1 (en) 2014-12-02 2014-12-02 Apparatus and method for generating a random nuber using a prefer image

Publications (2)

Publication Number Publication Date
KR20160066318A true KR20160066318A (en) 2016-06-10
KR101637187B1 KR101637187B1 (en) 2016-07-07

Family

ID=56190659

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140170535A KR101637187B1 (en) 2014-12-02 2014-12-02 Apparatus and method for generating a random nuber using a prefer image

Country Status (1)

Country Link
KR (1) KR101637187B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116132084A (en) * 2022-09-20 2023-05-16 马上消费金融股份有限公司 Video stream processing method and device and electronic equipment

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102483374B1 (en) 2018-05-11 2022-12-30 한국전자통신연구원 Apparatus and method for generating quantum random number

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05227521A (en) * 1992-02-17 1993-09-03 Matsushita Electric Ind Co Ltd Video signal transmitter by encoding
JP2005174270A (en) * 2003-12-05 2005-06-30 Kiki Mimori Method of generating non-algorithmic random number using image data
KR20110079311A (en) * 2009-12-31 2011-07-07 주식회사 동부하이텍 Image processing device and image processing method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05227521A (en) * 1992-02-17 1993-09-03 Matsushita Electric Ind Co Ltd Video signal transmitter by encoding
JP2005174270A (en) * 2003-12-05 2005-06-30 Kiki Mimori Method of generating non-algorithmic random number using image data
KR20110079311A (en) * 2009-12-31 2011-07-07 주식회사 동부하이텍 Image processing device and image processing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116132084A (en) * 2022-09-20 2023-05-16 马上消费金融股份有限公司 Video stream processing method and device and electronic equipment

Also Published As

Publication number Publication date
KR101637187B1 (en) 2016-07-07

Similar Documents

Publication Publication Date Title
US8379848B2 (en) Method of providing a portable true random number generator based on the microstructure and noise found in digital images
CN112148437B (en) Calculation task acceleration processing method, device and equipment for federal learning
US20120173599A1 (en) System and method for generating true random numbers using computing device
CN110493201B (en) Data processing method, device and system
US10693625B2 (en) Security processor, application processor including the same, and operating method of security processor
CN108961141A (en) Dual Zero watermarking method, system, storage medium and the server of map vector
US10546360B2 (en) System and method for encoding and authenticating a digital image
JP6044738B2 (en) Information processing apparatus, program, and storage medium
CN109241490B (en) Block chain-oriented X11 dynamic hash method and device
KR100629495B1 (en) Method for generating group key
AU2018282486A1 (en) Systems and methods for generating random numbers using physical variations present in material samples
KR101637187B1 (en) Apparatus and method for generating a random nuber using a prefer image
CN110232284B (en) Image encryption method and device
EP3232319B1 (en) Random number generation apparatus, random number generation method and program
KR20190127704A (en) Method for generating prime numbers for cryptographic applications
CN116225373A (en) Data processing method, device, computer equipment and storage medium
CN113726975A (en) Image encryption method, device, medium and electronic equipment based on chaotic system
CA2953091A1 (en) System and method for encoding and authenticating a digital image
CN112395624B (en) Data processing method and device and electronic equipment
CN118567606A (en) Pseudo-random number generation method, pseudo-random number generation device, computer equipment and storage medium
Oravec et al. An image encryption scheme employing key related skipping
CN118449701A (en) Lease data management method, system, equipment and storage medium based on cloud platform
CN115603906A (en) Data processing method, device, equipment and medium
CN117156178A (en) Image encryption method, device, equipment and medium
Chen Uniform Random Number Generation With Jumping Facilities

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20190701

Year of fee payment: 4