Questions tagged [post-processing]

340 questions
0
votes
0 answers

Running Applet on ServerSide after Successful Upload

I am making an Uploader Which uploads Audio File Now i want following things to be done: Once File is Uploaded to Server an Applet should start on ServerSide Name & other details of Uploaded content should be passed to Applet Applet will process…
Mrug
  • 4,963
  • 2
  • 31
  • 53
0
votes
1 answer

iOS app update post processing script upon install

I would like to delete some files from apps temporary folder if user updates to specific version. Is there an option to do so kind of a post processing after app is being updated and installed from App Store?
Borut Tomazin
  • 8,041
  • 11
  • 78
  • 91
0
votes
2 answers

How to do post-processing on YouTube videos for simple video effects?

I'm trying to implement 'mirrored' playback (any right-handed person in a video will appear to be left-handed in a mirrored video) on any YouTube video, but I can't seem to find any resources for manipulating a video, once recorded and uploaded. I…
Brian Kung
  • 3,957
  • 4
  • 21
  • 30
0
votes
1 answer

What is faster? glFramebufferTexture2D output flickers

inside my program I'm using glFramebufferTexture2D to set the target. But if I use it the output starts to flicker. If I use two frame buffers the output looks quite normal. Has anybody an idea why that happens or what can be better inside the…
Tobias
  • 427
  • 4
  • 19
0
votes
1 answer

Is there any alternative method for morphological operation in OpenCV?

For human detection in video squences, I used opencv to extract the foreground based on edge detection, followed by some postprocessing methods. Then I found that human body is devided into some parts, for instance head and other parts are not…
0
votes
2 answers

Change beans post processing order without explicit configuration

I'm aware of the fact that the order of bean loading is implicitly determined by dependencies and transitive dependencies. Imagine you have a set of annotated beans that provide you with some sort of metadata that you want to apply to another set of…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
2 answers

Clarification needed on Bloom and Post-Processing (DirectX 10 / 11)

the last few days i was reading a lot articles about post-processing with bloom etc. and i was able to implement a render to texture functionality with this texture running through a sperate shader. Now i have some questions regarding the whole…
puelo
  • 5,464
  • 2
  • 34
  • 62
0
votes
1 answer

How can I post-process files compiled using the Ant javac task?

I need the list of files that were compiled during this run. I want to feed this list to a subsequent post-processing step. I have found an option to list (see listfiles option) the files compiled during this run, but it seems only good for…
Tahir Akhtar
  • 11,385
  • 7
  • 42
  • 69
0
votes
1 answer

Map field to greater than field in Solr

I'm about to add a feature to my project that will allow users to place a Solr query like... immigration law citations:50 ...which would yield legal documents containing 'immigration' AND 'law' AND a citation count greater than 50. Internally, I…
mlissner
  • 17,359
  • 18
  • 106
  • 169
0
votes
2 answers

What is the proper build event to run assembly postprocessing in Visual Studio/MSBuild

I'm using PostSharp alternative called AfterThought to postprocess some of projects in my solution. Unfortunately it looks like project's post-build event command line property isn't the right extension point where to plug the post-processor in,…
Buthrakaur
  • 1,821
  • 3
  • 23
  • 35
0
votes
1 answer

Use Ant for post-processing code optimization

Is it possible in Eclipse to use Ant for post-processing in order to optimize Php/Html/Css/Javascript code? All sorts of user code can be optimized (comment removal, minification, optimization, image minification etc) My plan is to make an…
Odys
  • 8,951
  • 10
  • 69
  • 111
-1
votes
1 answer

Batch File that merges text files

I have a newbie question about batch files. I have a CNC post that only lets me post one tool at a time. I would like to have a batch file that merges all the text files in the post and puts them into one text file the programmer can name the files…
-1
votes
1 answer

Removing newline \n from tesseract return values

I have a bunch of image each one corresponding to a name that I'm passing to Pytesseract for recognition. Some of the names are a bit long and needed to be written in multiple lines so passing them for recognition and saving them to a .txt file…
-1
votes
1 answer

Why LUT works wrong?

I have trouble that even neutral LUT change view not properly (totally green even black places). For example: [View without LUT] [View with neutral LUT] [Neutral LUT]. I tried to change color space, and image import settings. But without result. How…
-1
votes
1 answer

How can i increase the accuracy of tesseract for this kind of image?

I am trying to get text from a video game using PIL and pytesseract. Here is an example of what I am trying to recognize : I used a basic function to get binary image and another to invert it, here is the function : @staticmethod def…
Axel
  • 165
  • 3
  • 14
1 2 3
22
23