Questions tagged [artifacts]

mostly used in terms of computer graphics artifacts are unwanted bugs in rendered output

in terms of computer graphics artifacts are unwanted bugs in rendering output

  • usually caused by rounding errors of float values
  • or by overflows/underflows of integer values

Most usual are:

  • invalid pixel color for some pixels
  • choppyness (pixelation) of image (like very low quality JPG)
  • holes in geometry (related to Z-Buffer accuracy)

Artifacts are not bound to graphics only

  • for example high order polynomial computations can also have artifacts inside
  • causing invalid results while using them if precision is too low
506 questions
0
votes
0 answers

Colored Artifacts while transforming PDF to NSImageRep (png)

I want to convert different PDF pages to an png. After that I iterate through all pixels to search colored pixel. The main goal is to get the colored pages of the PDF. For the most pages it runs great. But on some pages I have colored artifacts in…
Thomas D.
  • 66
  • 5
0
votes
1 answer

OpenCV - Boundary artifacts in deconvolution

I'm a new OpenCV user and I'm working on a project for university. The program takes an input image, blurs it synthetically and, later, deblurs it. When the synthetically blurred image gets deconvolved, boundary artifacts generate because...well, so…
user3438376
  • 37
  • 2
  • 9
0
votes
1 answer

Version maintenance of artifacts in artifactory, when we do bug fixing in various environments

We use artifactory as a repo manager. We store packages for releases in repo libs-release-local and snapshot packages in libs-snapshot-local. For example: If we send the war (web app) into test, it should be from libs-snapshot-local and if it is…
phoenix
  • 607
  • 6
  • 13
0
votes
2 answers

maven error transferring file blacklisted

i cannot download artifacts from my nexus server through maven but i can access the urls from my browsers without proxy. I am getting java.net.ConnectException: Connection timed out:connect at java.net.PlainSocketImpl.socketConnect... …
Frank Smith
  • 1,717
  • 4
  • 18
  • 32
0
votes
1 answer

Exclude directory in TeamCity when build has no changes

I want to exclude one catalog from artifacts but only when build has no changes. Is it possible? My artifacts have 1GB but without that one directory only 25MB. Over half of my builds has no changes like this: And this is only one of my projects. I…
sebaszw
  • 1,404
  • 2
  • 14
  • 19
0
votes
2 answers

Converting WSDL to PHP source code

A third party provided a WSDL specification, through which I'm going to transfer data to a remote application using SOAP. I'd like to convert all declared types, constants and method signatures to corresponding classy PHP source code. Today, I gave…
SteAp
  • 11,853
  • 10
  • 53
  • 88
0
votes
1 answer

What are "crawling artifacts" in computer graphics?

I am reading a paper where it says something about that. Googling didn't help that much. The full sentence is in the section 3.1 of this paper: http://gfx.cs.princeton.edu/pubs/Cole_2010_TFM/cole_tfm_preprint.pdf Thanks a lot! C4sh
c4sh
  • 701
  • 1
  • 8
  • 22
0
votes
1 answer

mavenDeployer - artifacts How to add filename after version

I have : version = '0.2.0' uploadArchives { artifacts { archives file: someZipTask.destFile, name: 'com.testing.buil.test', type: 'zip', builtBy: zipInjectDll_32 } repositories { mavenDeployer { repository(url:…
0
votes
2 answers

The properties of implementation model in UML

In the UML reference manual page 18 Full specifications of a final system: An implementation model includes enough information to build the system. It must include not only the logical semantics of the system and the algorithms, data structures, and…
user2019510
  • 1,460
  • 5
  • 16
  • 29
0
votes
1 answer

TeamCity artifacts containing 0b files

We are using TeamCity 7.1.2, and have encountered a problem with the artifacts generated by our continuous build. Specifically, when we have moved files around in the source that is used for our artifacts, TeamCity is creating zero byte size…
Richard Ev
  • 52,939
  • 59
  • 191
  • 278
0
votes
1 answer

"Artifacts" while streaming images in c#

I wanted to create a project for streaming multiple images through net. I just wanted to start with small, functional code but already encountered a funky problem for me. Image is received, but it contains graphical bugs like its only a part of it.…
The Raven
  • 527
  • 1
  • 6
  • 31
0
votes
1 answer

stripes while calculating image gradient with CUDA

I'm writing a code for the image denoising and came across a strange problem with stripes in the processed images. Basically when I'm calculating X-gradient of image the horizontal stripes appear (or vertical for Y direction) Lena X gradient. The…
Daniel
  • 15
  • 4
0
votes
1 answer

List Control SetFocus Redraw Error on a Tab Control

Environment: Visual Studio 2008, Visual Studio Feature Pack, MFC Dialog App, Windows XP, New Common Controls. I'm having a problem with a list control that happens to be on a tab control. To reproduce the problem simply create a dialog based app. …
0
votes
3 answers

How to get CEdit to scroll properly?

I have a CEdit control that's used to display a diagnostics output. Sometimes the data overflows the screen size, so naturally I set the Vertical Scroll property to true (MFC dialog editor). But then, when I tried to scroll the text that was in…
CodeFusionMobile
  • 14,812
  • 25
  • 102
  • 140
0
votes
1 answer

IE10 rendering artifacts

I'm testing my website in IE10 on Windows 8 and I keep getting a bunch of rendering artifacts around or above certain elements. Here's a screenshot (note the black bar): The artifacts appear inconsistently – they'll flicker on and off as I interact…
daGUY
  • 27,055
  • 29
  • 75
  • 119