Displaying 20 results from an estimated 63 matches for "sharpening".
Did you mean:
happening
2009 Apr 16
6
Using Paperclip::Processor and RMagick to sharpen my thumbnails
Hi, I''m brand new to RMagick (and pretty new to Rails for that
matter!). Right now, site owners are allowed to upload product and
ingredient photos to the website. Everything works great, ingredients
are sized down and proportioned correctly...the problem is that the
resulting images are so blurry! So I''ve been doing some research and
it looks like Paperclip::Processor may be the
2004 Mar 09
0
sharpen modifier table
Does anyone understand the SharpenModifier table in pp.c, used in the
Block Dering filter?
Our general program has been to move any data tables required by the
decoder into the third setup (or 'table') packet to allow future encoder
flexibility. Yesterday I committed changes to the reference
implementation to include the limit value table used by the in-loop
filter which is the last
2007 Mar 19
2
NET 1.1 framework
Hi,
Is it possible to get an application that requires the MS NET framework to
run under WINE? I see the MONO site. If I build and run MONO would it allow me to
run an application under WINE? Actually I want to do this with a free program
called RUFZ to help sharpen morse code skills. Thanks
Kurt
2010 Nov 24
0
[LLVMdev] LLVM Inliner
Xinliang David Li wrote:
> Hi, I browsed the LLVM inliner implementation, and it seems there is
> room for improvement. (I have not read it too carefully, so correct me
> if what I observed is wrong).
>
> First the good side of the inliner -- the function level summary and
> inline cost estimation is more elaborate and complete than gcc. For
> instance, it considers callsite
2010 Nov 24
7
[LLVMdev] LLVM Inliner
Hi, I browsed the LLVM inliner implementation, and it seems there is room
for improvement. (I have not read it too carefully, so correct me if what I
observed is wrong).
First the good side of the inliner -- the function level summary and inline
cost estimation is more elaborate and complete than gcc. For instance, it
considers callsite arguments and the effects of optimization enabled by
2003 Dec 19
9
virtual disk/block-device problem
I am trying to write a script to handle setup of domains using virtual
block devices for their root FS and have been unable to get the virtual
devices to work with any sort of consistency. This is using xen-1.1.bk
on Redhat 7.3 (I had to rebuild all the tool binaries to run on 7.3).
Anyway, I would first like to make sure I am using the vd/vbd stuff correctly.
Here is an example of the problem I
2000 May 12
1
Geometric Distribution at prob=c(0,1)
Dear all,
I''m working with the geometric distribution for the time being, and I''m
confused. This may have more to do with statistics than R itself, but
since I''m getting results from R I find counterintuitive (well, yeah, my
statistical intuition has not been properly sharpened), I feel like
asking.
The point first:
If I do
> rgeom(1,prob=1)
I get:
[1] NaN
Warning
2009 Apr 28
1
latticeExtra: useOuterStrips and axis.line$lwd
Hi,
I'm working on some lattice wireframe figures that have two conditioning
factors, and I want the strips labelled on the top and left of the
entire plot, rather than above each individual panel. useOuterStrips()
does this, but it draws internal axis lines, even after I explicitly set
axis.line to 0. Is there a way to use useOuterStrips but without axis
boxes?
I've included a short
2007 Aug 10
5
[Patch] Const correct tags functions
Hi all,
I tend to compile my code with all GCC warnings turned on. However,
when I do this :
vorbis_comment_add_tag(&vdata->vc,"ENCODER","libsndfile");
I get the following warning messages:
warning: passing argument 2 of 'vorbis_comment_add_tag' discards
qualifiers from pointer target type
warning: passing argument 3 of
2010 Nov 24
0
[LLVMdev] LLVM Inliner
On Tue, Nov 23, 2010 at 8:07 PM, Xinliang David Li <xinliangli at gmail.com> wrote:
> Hi, I browsed the LLVM inliner implementation, and it seems there is room
> for improvement. (I have not read it too carefully, so correct me if what I
> observed is wrong).
> First the good side of the inliner -- the function level summary and inline
> cost estimation is more elaborate and
2010 Nov 28
0
[LLVMdev] LLVM Inliner
On Nov 23, 2010, at 5:07 PM, Xinliang David Li wrote:
> Hi, I browsed the LLVM inliner implementation, and it seems there is room for improvement. (I have not read it too carefully, so correct me if what I observed is wrong).
>
> First the good side of the inliner -- the function level summary and inline cost estimation is more elaborate and complete than gcc. For instance, it considers
2010 Nov 24
3
[LLVMdev] LLVM Inliner
On Wed, Nov 24, 2010 at 12:37 PM, Nick Lewycky <nicholas at mxc.ca> wrote:
> Xinliang David Li wrote:
>
>> Hi, I browsed the LLVM inliner implementation, and it seems there is
>> room for improvement. (I have not read it too carefully, so correct me
>> if what I observed is wrong).
>>
>> First the good side of the inliner -- the function level summary
2005 May 28
2
The future of Shorewall
As most of you already know, I have decided to terminate my involvement with
the Shorewall project. Many of you have written to me expressing concern
about the future of Shorewall and some of you have offered to help in
various ways.
I''m sending this post to assure you that Shorewall is not going away and
that capable people are commited to ensuring that Shorewall continues.
Paul Gear
2003 Dec 09
0
[Ltsp-discuss] Wine and sound problem
I have set up wine to play a game (This is so we can implement it in a
school to replace windows). The sound does not work on the client but if
I logon at the server and the client I get sound on the server and the
game is played on the client.
On reading Wine user guide in the section
[WinMM]
;篓Driver篓 = 篓wineoss.drv篓 ;is default
篓Driver篓 = 篓winenas.drv ; Is what I want so the sound will
2006 Aug 17
0
[ADV] The Rails Edge
Hi Folks,
Apologies in advance for the blatant advertisement.
Just thought you might be interested in our new regional Ruby/Rails
conference series. The first will take place on November 16-18 in
Denver, CO.
http://therailsedge.com
--------------------
What''s It About?
--------------------
You all know that Rails and Ruby are on the move. Every month brings
new tools, new
2018 Aug 04
0
NHW Project - Image comparison
...ings turned
on: pre-processing, feedback correction, residual coding, dithering,...)
takes 30ms to encode a 512x512 24bit bitmap image, and the x265 codec takes
300ms to encode that same ppm image.
For decoding, the NHW Project (with all the expensive processing turned on:
post-processing, UV comp sharpening,...) takes 10ms to decode the image,
and the x265 codec takes 30ms to decode that same ppm image.
As a remark, the x265 codec is highly highly optimized, notably SIMD and
multithreading, and the NHW Project has absolutely no optimization (pure C
unoptimized code).So with the same optimizations as...
2015 Jul 28
0
Principal Data Scientist at TIBCO
TIBCO is a rapidly growing software company with more than 3000 employees
worldwide and more than $1B annual revenue. TIBCO provides a comprehensive
software platform that allows customers to quickly discover actionable
insights across data sources to solve business problems; while injecting
statistical components into the analysis. TIBCO Spotfire is an
interactive, visual environment with
2006 Jun 02
0
psitsNOT now available as a Rails Engine
psitsNOT ("Photoshop it''s NOT!") is an AJAX powered image editor for
Rails. Although it doesn''t pretend to be feature-rich, psitsNOT lets you
rotate and crop; adjust brightness, contrast, and color balance; then
reduce grain, enhance color contrast, sharpen, and set the final size of
an image. It does a great job at enhancing digital photos for display on
the web.
2010 Aug 16
0
Job posting: S+/R Sr. Analytic Consultant
We are looking for an Analytics Consultant to work closely with our
TIBCO Spotfire account management and implementation teams as well as
our development team to provide analytics expertise within a pre and
post sales capacity, proof-of-concept, customer implementation,
methodology development and code development to sharpen our current tool
kit to name a few. This position will require some
2011 Feb 03
0
TIBCO looking for Analytics Consultants
We are looking for two Analytics Consultants (PhD in Statistics with
significant R programming skills preferred) to join our rapidly growing
TIBCO Analytic Solutions team. The successful candidates will work
closely with our TIBCO / Spotfire implementation and development teams
to provide analytics expertise for customer pilots and implementations,
methodology/training and product/code