«image-processing» 태그된 질문

이러한 문제에는 기존 이미지 파일을 처리하거나 통계를 수집하거나 다른 이미지 처리 작업을 수행하여 기존 이미지 파일을 처리하는 작업이 포함됩니다.

2
Lepton 압축 방지
Dropbox는 최근 JPEG 이미지 를 무손실 압축하여 평균 22 %의 비용을 절약하는 Lepton ( GitHub )을 출시했습니다 . 때문에의 비둘기 집 원리 , 어떤 일반적인 압축 알고리즘이 될 수없는 보증 (작은 파일에 결과에 일반적으로 는 특정 형식에 제약 입력에 적용되지 않기 때문에). Lepton은 JPEG에 대한 일반적인 특성을 활용하여 파괴 될 …

3
문자열에서 패턴 찾기
이 challence에서, 당신의 임무는 주어진 구조를 가진 부분 문자열을 찾는 것입니다. 입력 입력은 비어 있지 않은 두 개의 영숫자 문자열, 패턴 p 및 텍스트 여야 합니다t . 아이디어는의 각 문자가 서로 옆에 p있는 연속 된 비어 있지 않은 하위 문자열을 나타내며 그 연결을 나타냅니다. 동일한 문자는 동일한 하위 문자열에 해당합니다. …
17 code-golf  string  code-golf  ascii-art  geometry  code-golf  ascii-art  code-golf  sequence  stack  code-challenge  number  sequence  answer-chaining  code-golf  code-challenge  math  combinatorics  binary-matrix  code-golf  number  code-golf  cryptography  bitwise  code-golf  sudoku  code-golf  brainfuck  metagolf  code-golf  probability-theory  number-theory  primes  fewest-operations  factoring  golf-cpu  code-golf  restricted-source  code-golf  graphical-output  sequence  binary  code-golf  tips  c#  code-golf  geometry  code-golf  graphical-output  fractal  code-golf  number  sequence  code-golf  number  array-manipulation  popularity-contest  game  board-game  code-golf  puzzle-solver  grid  code-golf  ascii-art  geometry  grid  tiling  code-golf  ascii-art  whitespace  balanced-string  code-golf  card-games  king-of-the-hill  javascript  code-golf  whitespace  balanced-string  code-golf  code-golf  math  abstract-algebra  code-golf  java  code-golf  interpreter  stack  code-golf  base-conversion  code-golf  tips  code-golf  ascii-art  geometry  brainfuck  metagolf  code-challenge  math  quine  code-generation  code-golf  number  kolmogorov-complexity  arithmetic  expression-building  code-golf  string  code-golf  quine  popularity-contest  code-golf  base-conversion  code-challenge  image-processing  code-golf  conversion  coding-theory 

6
이미지의 색상 추적
이 스택 스 니펫에 이미지를로드하고 이미지 위로 마우스를 이동하십시오. 커서 지점에서 시작 하여 색조 각도 를 따르는 검은 곡선이 그려집니다. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><style>canvas{border:1px solid black;}</style>Load an image: <input type='file' onchange='load(this)'><br><br>Max length <input id='length' type='text' value='300'><br><br><div id='coords'></div><br><canvas id='c' width='100' height='100'>Your browser doesn't support the HTML5 canvas tag.</canvas><script>function load(t){if(t.files&&t.files[0]){var e=new FileReader;e.onload=setupImage,e.readAsDataURL(t.files[0])}}function setupImage(t){function e(t){t.attr("width",img.width),t.attr("height",img.height);var …

1
낙하산
다음은 배와 스틸 슈트 의 5 가지 이미지입니다 . A : B : C : D : E : 이것들은 썸네일 일뿐입니다. (나는 Algodoo 로 이것을 만들었다 .) 이 이미지 클래스에는 항상 다음과 같은 속성이 있습니다. 그것들은 항상 흰색 배경을 가진 400 × 400 픽셀입니다. (SE 이미지가 손실 압축되므로 정확하게 …

3
당신은 그것을 중심이라고 부르고, 그것을 코드 골프라고 부릅니다.
"얼굴을 보자. 정렬 된 이미지는 천국의 작은 선물과 같다. 환영하지만 예기치 않은." -지오 비트 이 도전에서 승리 한 사람에게 평판 +10000 규칙 : 1) 프로그램을 생성해야합니다. 2) 입력은 이미지가 될 것이지만 파일로 전달되는지 또는 숫자 목록인지는 귀하에게 달려 있습니다. 3) 출력은 페인트로 열었을 때 이미지가 정렬되어 표시되는 파일입니다. 4) 캔버스 …

5
몬드리안 그림 설명 언어
이 과제는 MPDL ( Mondrian Painting Description Language) 의 통역사를 코딩하는 데 있습니다 . 언어 정의 언어는 사각형 스택에서 작동합니다. 사각형은 왼쪽 위 좌표와 오른쪽 아래 좌표로 정의됩니다. 좌표는 정수 여야합니다. 스택은 속성을 가진 단일 사각형으로 초기화됩니다(1,1,254,254) 각 명령의 형식은 다음과 같습니다. <character><integer> 세 가지 명령이 있습니다. v<integer>: 스택의 최신 …

20
숫자를 분해하십시오!
당신의 임무는 아래 형식을 사용하여 숫자를 분해하는 것입니다. 이것은 기본 변환과 유사, 대신을 나열하는 것을 제외시켰다 digits기본에, 당신은 목록 values목록 입력까지 추가하도록. 주어진베이스 인 경우 n, 다음 목록의 각 수의 형식이어야합니다 k*(n**m), 0<=k<n그리고 m목록에서 고유합니다. 명세서 합리적인 입 / 출력 형식 프로그램 / 기능은 2 개의 입력을 받아서 목록을 출력합니다. …
16 code-golf  number  sequence  number-theory  base-conversion  code-golf  bitwise  hashing  code-golf  string  ascii-art  whitespace  code-golf  math  code-golf  code-golf  image-processing  counting  code-golf  math  arithmetic  checksum  code-golf  code-golf  math  arithmetic  number-theory  code-golf  array-manipulation  random  code-golf  string  code-golf  math  ascii-art  base-conversion  code-golf  graphical-output  geometry  3d  code-golf  math  linear-algebra  matrix  code-golf  math  number  sequence  code-golf  array-manipulation  code-golf  math  matrix  linear-algebra  code-golf  number  sequence  counting  code-golf  string  code-golf  string  restricted-source  quine  sorting  code-golf  string  geometry  code-golf  string  code-golf  networking  code-golf  base-conversion  code-golf  math  matrix  code-golf  arithmetic  linear-algebra  matrix  code-golf  number  arithmetic  grid  code-golf  number  source-layout  code-golf  string  bitwise  checksum  code-golf  array-manipulation  code-golf  string  probability-theory  code-golf  tips  code-golf  sequence  code-golf  string  math  sequence  calculus  code-golf  string  palindrome  bioinformatics  code-golf  math  combinatorics  counting  permutations  code-golf  parsing  logic-gates  code-golf  arithmetic  number-theory  combinatorics  code-golf  math  sequence  polynomials  integer  code-golf  string  ascii-art  chess  code-golf  string  code-golf  number  code-golf  string  ascii-art  parsing  code-golf  code-golf  number  natural-language  conversion  code-golf  arithmetic  code-golf  string  code-golf  ascii-art  decision-problem 

4
미국을 다시 위대하게 만드십시오
새로운 보너스! (아래 참조) 미국 공화당 대통령 희망 벤 벤슨의지도 제작 팀은지도에 문제가 있습니다 ( 워싱턴 포스트 를 통한 이미지 ). 문제는 그들이 올바른 직업을위한 도구를 가지고 있지 않다는 것입니다. 가장 작고 안정적인 프로그램이 필요하므로지도를 다시 만들지 않아도됩니다. 그들이 당신을 고용 한 이유입니다. 이 맵을 가져 와서 원하는 색상으로 다시 …

4
그리드를 기사 채우기
기사 채우기는 기사 체스 조각의 연결성을 사용하는 플러드 채우기입니다. 구체적으로 특별히: 1 1 1 1 0 1 1 1 1 (0은 초기 점이며, 1은 연결된 셀을 나타냅니다) 도전 공간과 벽의 2D 그리드와 초기 위치가 주어지면 그리드에서 기사 채우기를 수행하십시오. 가장 짧은 코드가 승리합니다. 규칙 원하는 형식 (이미지, 문자열, 배열 등)으로 …

2
이미지 무딘
소개 날카로운 모서리는 솔직히 말해서 매우 위험하므로 PNG를 입력으로 사용하면 아래 설명 된 방법을 사용하여 이미지를 흐리게 처리하고 손상된 날카로운 모서리를 둔화시킵니다. 방법 각 픽셀의 RGB 값을 얻으려면 다음 세 가지 방정식을 사용하십시오. R = 1.5 × Σ엔a = 1아르 자형2ㅏ엔−−−−−−−−−−−−√아르 자형=1.5×∑ㅏ=1엔아르 자형ㅏ2엔R = \sqrt{\frac{1.5\times\sum^n_{a=1}R^2_a}{n}} G = 1.5 × ∑엔a …

2
이미지 숨기기
이 도전에서는 사진 내에서 특정 카메라 (실제 카메라로 촬영)를 찾아야합니다. (R, G, B) 튜플과 이미지가 전달되고 이미지에서 주어진 RGB 색상과 일치하는 점 (x, y)을 반환해야합니다 . 이미지에 색상과 일치하는 여러 점이있을 수 있습니다. 1 만 찾으면됩니다. 문제는 당신이 그것을 할 필요가있다 가능한 몇 픽셀로 읽는 동안 . 점수는 모든 테스트 …

18
PNG 이미지 반전
파일 이름을 인수로 사용하거나 표준 입력에서 읽은 프로그램 또는 함수를 작성하고 다음 태스크를 완료하십시오. png 파일에서 이미지를 읽습니다 (이름은 인수로 제공됨). 예를 들어 짙은 녹색 (0, 75, 30)이 (255-0 = 255, 255-75 = 180 및 255-30 = 225이기 때문에) 예를 들어 짙은 녹색 (0, 75, 30)이되도록 해당 이미지의 색상을 반전시킵니다. …

3
스택 기반 언어 토큰 화
나는 작업을했습니다 다른 호출 스택 기반의 골프 언어 Stackgoat . 이 과제에서는 Stackgoat (또는 실제로는 일반적인 스택 기반 언어) 용 Tokenizer를 작성하게됩니다. 예 "PPCG"23+ ["PPCG", '23', '+'] 'a "bc" + ['"a"', '"bc"', '+'] 12 34+-"abc\"de'fg\\" ['12', '34', '+', '-', '"abc\"de'fg\\"'] "foo ['"foo"'] (empty input) [] ' "" ['" "', '""'] …
15 code-golf  parsing  code-golf  hexagonal-grid  code-golf  string  code-golf  string  code-golf  combinatorics  code-golf  ascii-art  code-golf  string  game  counting  code-golf  arithmetic  complex-numbers  code-golf  string  code-golf  decision-problem  hexagonal-grid  code-golf  string  sequence  code-golf  number  arithmetic  code-golf  ascii-art  code-golf  ascii-art  code-golf  string  arithmetic  code-golf  number  simulation  code-golf  number  arithmetic  code-golf  string  sequence  unicode  code-golf  string  ascii-art  balanced-string  code-golf  number  clock  code-golf  ascii-art  number  code-golf  math  number  sequence  code-golf  string  ascii-art  balanced-string  code-golf  math  string  popularity-contest  graphical-output  image-processing  code-golf  string  permutations  code-golf  string  code-golf  random  code-golf  string  cryptography  palindrome  code-golf  chess  code-golf  math  array-manipulation  topology  code-golf  math  sequence  code-golf  keyboard  classification  code-golf  string  sequence  code-golf  natural-language  code-golf  math  number  sequence  sorting  code-golf  sequence  combinatorics  grid  tic-tac-toe  code-golf  geometry  code-golf  number  restricted-source  new-years  expression-building 

4
10, 10, 10… 희망이 있습니까?
머리말 오늘 일찍 900 라운드 양궁을 쏘고 있었을 때 (10은 끝 6 화살표로 끝나고 10은 끝 3 화살표로 끝나며 총 90 화살표와 최대 900 점)이 도전에 대해 생각했습니다. 양궁에서 (FITA가 제공 한 대상 얼굴 (촬영 한 종이)에서 촬영한다고 가정 )에서 각 화살표에 대해 최대 10 점을 청구 할 수 있습니다. …

5
ASCII 아트 번호 인식
도전 ASCII 아트 번호를 인식하십시오. 흥미로운 점을 위해 이미지에서 임의의 3 개의 점이 뒤집힐 수 있습니다. 예를 들면 다음과 같습니다. ***** * ** ** ** ** ** 입력 아래 파이썬 스크립트에 의해 생성 된 7x7 ASCII 아트 번호. 산출 숫자 테스트 스크립트 테스트 사례를 생성하는 Python 스크립트 (2.6+)는 다음과 같습니다. …

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.